Remove obsolete section on lf-ansible 47/9547/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 21 Mar 2018 21:28:42 +0000 (17:28 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 21 Mar 2018 21:28:44 +0000 (17:28 -0400)
Roles come from Ansible Galaxy now.

Change-Id: I39d063e96553bd8b00f2bd2fcaaa14c8098efcbb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
README.markdown

index 57f8452..854d411 100644 (file)
@@ -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