From 6041ec707a1c9aaf13f8d60a567cc0a4ea02c8de Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 24 Jun 2015 23:28:32 +0000 Subject: [PATCH] Fix up the cloud readme a bit. Drop the tagia role from docs dev. Copy pasta! --- README.cloud | 9 +++++++-- playbooks/groups/docs-dev.yml | 3 --- 2 files changed, 7 insertions(+), 5 deletions(-) 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