diff --git a/README.cloud b/README.cloud index 516873f21c..43996b27fc 100644 --- a/README.cloud +++ b/README.cloud @@ -53,9 +53,14 @@ Setting up a new persistent cloud host: nova floating-ip-list 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 need this). diff --git a/playbooks/groups/docs-dev.yml b/playbooks/groups/docs-dev.yml index 9e132dc021..35f908896f 100644 --- a/playbooks/groups/docs-dev.yml +++ b/playbooks/groups/docs-dev.yml @@ -25,6 +25,3 @@ - include: "{{ tasks }}/cloud_setup_basic.yml" - name: set hostname (required by some services, at least postfix need it) shell: "hostname {{inventory_hostname}}" - - roles: - - taiga