From f126e7e5d36eec7233b47d2452c22dff9ab50cc9 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Sat, 3 Dec 2016 06:13:31 +0000 Subject: [PATCH] remove osbs-client from osbs openshift nodes, not needed Signed-off-by: Adam Miller --- playbooks/groups/osbs-cluster.yml | 66 ------------------------------- 1 file changed, 66 deletions(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 0d5557eb43..336a29907c 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -455,72 +455,6 @@ - name: systemctl daemon-reload shell: 'systemctl daemon-reload' - roles: - - { - role: osbs-client, - general: { - verbose: 0, - build_json_dir: '/etc/osbs/input/', - openshift_required_version: 1.1.0, - }, - default: { - username: "{{ osbs_koji_stg_username }}", - password: "{{ osbs_koji_stg_password }}", - koji_use_kerberos: True, - koji_kerberos_keytab: "FILE:/etc/krb5.osbs_{{osbs_url}}.keytab", - koji_kerberos_principal: "osbs/{{osbs_url}}@{{ipa_realm}}", - openshift_url: 'https://{{osbs_url}}/', - registry_uri: 'https://{{docker_registry}}/v2', - source_registry_uri: 'https://{{source_registry}}/v2', - build_host: '{{osbs_url}}', - koji_root: 'https://{{koji_url}}/koji', - koji_hub: 'https://{{koji_url}}/kojihub', - sources_command: 'fedpkg sources', - build_type: 'prod', - authoritative_registry: 'registry.example.com', - vendor: 'Fedora Project', - verify_ssl: true, - use_auth: true, - builder_use_auth: true, - distribution_scope: 'private', - registry_api_versions: 'v2', - builder_openshift_url: 'https://{{osbs_url}}' - }, - when: env == "staging" - } - - { - role: osbs-client, - general: { - verbose: 0, - build_json_dir: '/etc/osbs/input/', - openshift_required_version: 1.1.0, - }, - default: { - username: "{{ osbs_koji_prod_username }}", - password: "{{ osbs_koji_prod_password }}", - koji_use_kerberos: True, - koji_kerberos_keytab: "FILE:/etc/krb5.osbs_{{osbs_url}}.keytab", - koji_kerberos_principal: "osbs/{{osbs_url}}@{{ipa_realm}}", - openshift_url: 'https://{{osbs_url}}/', - registry_uri: 'https://{{docker_registry}}/v2', - source_registry_uri: 'https://{{source_registry}}/v2', - build_host: '{{osbs_url}}', - koji_root: 'https://{{koji_url}}/koji', - koji_hub: 'https://{{koji_url}}/kojihub', - sources_command: 'fedpkg sources', - build_type: 'prod', - authoritative_registry: 'registry.example.com', - vendor: 'Fedora Project', - verify_ssl: true, - use_auth: true, - builder_use_auth: true, - distribution_scope: 'private', - registry_api_versions: 'v2', - builder_openshift_url: 'https://{{osbs_url}}' - }, - when: env == "production" - } - tasks: - name: copy docker iptables script copy: