Browse Source

gcp: add custom repo when building base image

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Antonio Murdaca 6 years ago
parent
commit
d190e5ce81
1 changed files with 9 additions and 0 deletions
  1. 9 0
      playbooks/gcp/openshift-cluster/build_image.yml

+ 9 - 0
playbooks/gcp/openshift-cluster/build_image.yml

@@ -77,6 +77,15 @@
   tasks:
   - wait_for_connection:
 
+- name: Add custom repositories
+  hosts: nodes
+  handlers:
+  - import_tasks: ../../roles/openshift_repos/handlers/main.yml
+  tasks:
+  - include_role:
+      name: openshift_gcp
+      tasks_from: add_custom_repositories.yml
+
 # This is the part that installs all of the software and configs for the instance
 # to become a node.
 - import_playbook: ../../openshift-node/private/image_prep.yml