Files
fedora-infra_ansible/roles
Adam Miller f887d1ec08 Merge branch 'master' of /git/ansible
* 'master' of /git/ansible:
  Move pagure.io above pagure.org to server pagure.io SSL ceret by default
  Add the trailing slash to fix the links in the new version of pagure
2015-08-05 15:59:15 +00:00
..
2015-07-30 19:24:06 +00:00
2015-07-25 21:27:30 +00:00
2015-07-28 16:03:31 +00:00
2015-08-04 16:23:12 +02:00
2015-07-29 13:54:09 +00:00
2015-07-25 21:29:26 +00:00
2015-07-30 16:23:02 +00:00
2015-07-21 18:33:50 +00:00
2015-07-25 10:52:28 +00:00
2015-07-08 19:52:18 +00:00
2015-07-28 17:45:29 +00:00
2015-07-15 06:35:24 +00:00
2015-07-20 19:39:32 +02:00
2015-07-31 16:38:58 +00:00
2015-07-17 21:16:46 +00:00

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
        openshift_examples
        openshift_facts
        openshift_manage_node
        openshift_master
        openshift_master_certificates
        openshift_master_cluster
        openshift_node
        openshift_node_certificates
        os_env_extras
        os_env_extras_node
        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