summaryrefslogtreecommitdiffstats
path: root/roles/README
diff options
context:
space:
mode:
authorAdam Miller <maxamillion@fedoraproject.org>2016-01-11 17:25:36 -0600
committerAdam Miller <admiller@redhat.com>2016-01-12 17:15:07 +0000
commit670825a0e4ce920dc48d59eb9d5a2350435333cd (patch)
tree0f7dccc0c985ce67716a9c5ad2066da4a08f0f90 /roles/README
parent13b0bafedfdf7459eb194897f2e7543d7eef535f (diff)
downloadansible-670825a0e4ce920dc48d59eb9d5a2350435333cd.tar.gz
ansible-670825a0e4ce920dc48d59eb9d5a2350435333cd.tar.xz
ansible-670825a0e4ce920dc48d59eb9d5a2350435333cd.zip
remove old openshift for osbs, no longer needed
Diffstat (limited to 'roles/README')
-rw-r--r--roles/README59
1 files changed, 0 insertions, 59 deletions
diff --git a/roles/README b/roles/README
index 68467f5fb..67869a090 100644
--- a/roles/README
+++ b/roles/README
@@ -1,60 +1 @@
Space for our ansible roles - ansible 1.2 and above only
-
-
-Notes About OpenShift Ansible Roles
------------------------------------
-The following roles that are "imported" at face value from the upstream
-OpenShift Ansible project[0] for use by OSBS[1][2][3]
-
-This is currently required by the playbooks/groups/osbs.yml playbook
-
-To re-import/update the OpenShift Ansible roles:
-
- # This can be anywhere, just not in this git tree
- $ cd /tmp/
-
- $ git clone https://github.com/openshift/openshift-ansible.git
- $ cd openshift-ansible/roles/
-
- $ oo_roles=(
- etcd
- etcd_ca
- etcd_certificates
- fluentd_master
- fluentd_node
- openshift_common
- openshift_examples
- openshift_facts
- openshift_manage_node
- openshift_master
- openshift_master_ca
- openshift_master_certificates
- openshift_master_cluster
- openshift_node
- openshift_node_certificates
- openshift_repos
- os_env_extras
- os_env_extras_node
- os_firewall
- pods
- )
-
- # This assumes your local branch of this git repo exists in
- # ~/src/fedora-ansible/ but replace that with the actual path
- $ for role in ${oo_roles[@]}
- do
- cp -r $role ~/src/fedora-ansible/roles/
- done
-
- # Inspect the changes
- $ cd ~/src/fedora-ansible
- $ git diff
-
- # If you're happy with things, then
- $ git commit -m "re-import/update openshift roles from upstream"
- $ git push
-
-[0] - https://github.com/openshift/openshift-ansible
-[1] - https://github.com/projectatomic/osbs-client
-[2] - https://github.com/release-engineering/koji-containerbuild
-[3] - https://github.com/projectatomic/atomic-reactor