MasterprojectOpenStack1516 / sourcecode

GNU General Public License v2.0
2 stars 2 forks source link

Error in postconfiguration #20

Closed roschaefer closed 8 years ago

roschaefer commented 8 years ago

Running the install.sh script leads to


TASK [Allow all IPv4 ingress traffic] ******************************************
skipping: [192.168.202.11] => (item=(0, u'+--------------------------------------+---------+------------------------+')) 
skipping: [192.168.202.11] => (item=(1, u'| id                                   | name    | description            |')) 
skipping: [192.168.202.11] => (item=(2, u'+--------------------------------------+---------+------------------------+')) 
failed: [192.168.202.11] => (item=(3, u'| 0ddc9586-3785-476a-812c-23be43d3f43c | default | Default security group |')) => {"changed": true, "cmd": "neutron security-group-rule-create --ethertype ipv4 --direction ingress --remote-ip-prefix 0.0.0.0/0 \\1", "delta": "0:00:00.669569", "end": "2016-02-11 19:53:01.998266", "failed": true, "item": [3, "| 0ddc9586-3785-476a-812c-23be43d3f43c | default | Default security group |"], "rc": 1, "start": "2016-02-11 19:53:01.328697", "stderr": "Unable to find security_group with name '1'", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [192.168.202.11] => (item=(4, u'| 86d2d46a-c245-49d4-bb7c-f1ebbf064526 | default | Default security group |')) => {"changed": true, "cmd": "neutron security-group-rule-create --ethertype ipv4 --direction ingress --remote-ip-prefix 0.0.0.0/0 \\1", "delta": "0:00:00.692525", "end": "2016-02-11 19:53:02.832018", "failed": true, "item": [4, "| 86d2d46a-c245-49d4-bb7c-f1ebbf064526 | default | Default security group |"], "rc": 1, "start": "2016-02-11 19:53:02.139493", "stderr": "Unable to find security_group with name '1'", "stdout": "", "stdout_lines": [], "warnings": []}
skipping: [192.168.202.11] => (item=(5, u'+--------------------------------------+---------+------------------------+'))