Fix up the cloud readme a bit.

Drop the tagia role from docs dev. Copy pasta!
This commit is contained in:
Kevin Fenzi 2015-06-24 23:28:32 +00:00
parent e64cbe4cea
commit 6041ec707a
2 changed files with 7 additions and 5 deletions

View file

@ -53,9 +53,14 @@ Setting up a new persistent cloud host:
nova floating-ip-list nova floating-ip-list
Note that an "available floating IP" is one that has only a "-" in the Fixed IP Note that an "available floating IP" is one that has only a "-" in the Fixed IP
column of the above `nova` command. column of the above `nova` command. Ignore the fact that the "Server Id" column
is completely blank for all instances. If there are no ip's with -, use:
2) Add that IP addr to dns (typically as foo.cloud.fedoraproject.org) nova floating-ip-create
and retry the list.
2) Add that IP addr to dns (typically as foo.fedorainfracloud.org)
3) Create persistent storage disk for the instance (if necessary.. you might not 3) Create persistent storage disk for the instance (if necessary.. you might not
need this). need this).

View file

@ -25,6 +25,3 @@
- include: "{{ tasks }}/cloud_setup_basic.yml" - include: "{{ tasks }}/cloud_setup_basic.yml"
- name: set hostname (required by some services, at least postfix need it) - name: set hostname (required by some services, at least postfix need it)
shell: "hostname {{inventory_hostname}}" shell: "hostname {{inventory_hostname}}"
roles:
- taiga