From 3266e0c09e9441c798604df5f6bb082859f1e897 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 30 Jun 2015 07:22:09 -0400 Subject: [PATCH] Follow up edits for 196398 Change-Id: I9a4c82461c952f04efe0635c6e7bab4d3ed5fb8f --- playbooks/roles/bifrost-prep-for-install/README.md | 2 +- playbooks/roles/ironic-install/tasks/main.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/bifrost-prep-for-install/README.md b/playbooks/roles/bifrost-prep-for-install/README.md index 9adb50b02..3990c6f18 100644 --- a/playbooks/roles/bifrost-prep-for-install/README.md +++ b/playbooks/roles/bifrost-prep-for-install/README.md @@ -19,7 +19,7 @@ installing without it. Role Variables -------------- -git_root: The base folder that git repos should be located in. Defaults to +git_root: The base location for cloned git repositories. This defaults to "/tmp". ironicclient_git_url: URL for ironicclient, defaults to: diff --git a/playbooks/roles/ironic-install/tasks/main.yml b/playbooks/roles/ironic-install/tasks/main.yml index 4e6aa67f1..1b6cf8497 100644 --- a/playbooks/roles/ironic-install/tasks/main.yml +++ b/playbooks/roles/ironic-install/tasks/main.yml @@ -31,7 +31,9 @@ with_items: - pxelinux when: ansible_distribution_version|version_compare('14.10', '>=') and ansible_distribution == 'Ubuntu' -# NOTE: Creation no longer be required..., +# NOTE(TheJulia) While we don't necessarilly require /opt/stack any longer +# and it should already be created by the Ansible setup, we will leave this +# here for the time being. - name: "Ensuring /opt/stack is present" file: name=/opt/stack state=directory owner=root group=root - name: "Ironic Client - Install from source if configured to do so."