Drop started from first network call because ovs isn't installed then.
Install ssh pub key, but it's still asking for a password
This commit is contained in:
parent
29b22e1016
commit
6bb45a353c
1 changed files with 5 additions and 1 deletions
|
@ -57,9 +57,13 @@
|
||||||
- rootpw
|
- rootpw
|
||||||
- name: Set the hostname
|
- name: Set the hostname
|
||||||
action: hostname name={{ controller_hostname }}
|
action: hostname name={{ controller_hostname }}
|
||||||
|
|
||||||
- name: Deploy root private SSH key
|
- name: Deploy root private SSH key
|
||||||
copy: src={{ private }}/files/openstack/fed-cloud09-root.key dest=/root/.ssh/id_rsa mode=600 owner=root group=root
|
copy: src={{ private }}/files/openstack/fed-cloud09-root.key dest=/root/.ssh/id_rsa mode=600 owner=root group=root
|
||||||
|
|
||||||
|
- name: Deploy root public SSH key
|
||||||
|
copy: src={{ files }}/fedora-cloud/fed09-ssh-key.pub dest=/root/.ssh/id_rsa.pub mode=600 owner=root group=root
|
||||||
|
|
||||||
- name: install core pkgs
|
- name: install core pkgs
|
||||||
action: yum state=present pkg={{ item }}
|
action: yum state=present pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -91,7 +95,7 @@
|
||||||
|
|
||||||
# http://docs.openstack.org/trunk/install-guide/install/yum/content/basics-networking.html
|
# http://docs.openstack.org/trunk/install-guide/install/yum/content/basics-networking.html
|
||||||
- service: name=NetworkManager state=stopped enabled=no
|
- service: name=NetworkManager state=stopped enabled=no
|
||||||
- service: name=network state=started enabled=yes
|
- service: name=network enabled=yes
|
||||||
- service: name=firewalld state=stopped enabled=no
|
- service: name=firewalld state=stopped enabled=no
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
- service: name=iptables state=started enabled=yes
|
- service: name=iptables state=started enabled=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue