From 1f561541e3c6a02263924e87b1e0d0bfeac23913 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 21 Mar 2018 17:28:42 -0400 Subject: [PATCH] Remove obsolete section on lf-ansible Roles come from Ansible Galaxy now. Change-Id: I39d063e96553bd8b00f2bd2fcaaa14c8098efcbb Signed-off-by: Thanh Ha --- README.markdown | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/README.markdown b/README.markdown index 57f8452..854d411 100644 --- a/README.markdown +++ b/README.markdown @@ -3,34 +3,6 @@ The purpose of this repo is to store commonly used packer provisioning scripts and even instance templates that projects may use. -## Installing lf-ansible - -common-packer requires an lf-ansible installation into the ci-management root. -To install lf-ansible load it into the root of the ci-management repository as -a submodule. Versioned git tags for lf-ansible is available allowing easy -updates and rollback if necessary. - -```bash -# Choose a lf-ansible version to install -LF_ANSIBLE_VERSION=v0.1.0 - -# Add the new submodule to ci-management's packer directory. -# Note: Perform once per ci-management repo. -git submodule add https://github.com/lfit/releng-lf-ansible lf-ansible - -# Checkout the version of lf-ansible you wish to deploy -cd lf-ansible -git checkout $LF_ANSIBLE_VERSION - -# Commit lf-ansible version to the ci-managment repo -cd .. -git add lf-ansible -git commit -sm "Install lf-ansible $LF_ANSIBLE_VERSION" - -# Push the patch to ci-management for review -git review -``` - ## Installing common-packer Deploy common-packer in the ci-management repository's packer directory as a -- 2.16.6