Skip to content

Commit 580b0b3

Browse files
committed
fixed disabling for ci
1 parent 187bc40 commit 580b0b3

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

ansible/bootstrap.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,12 @@
113113
- name: Sync pulp repos with upstream
114114
hosts: pulp
115115
tasks:
116-
- debug:
117-
var: hostvars[groups['builder'][0]]['ansible_facts']
118116
- ansible.builtin.include_role:
119117
name: pulp_site
120118
tasks_from: sync.yml
121119
apply:
122120
delegate_to: localhost
123-
when: appliances_mode != 'configure'
121+
when: appliances_mode != 'configure' and appliances_sync_pulp_on_build
124122

125123
- hosts: dnf_repos
126124
become: yes

environments/.stackhpc/inventory/extra_groups

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ compute
3131
[squid:children]
3232
# Install squid into fat image
3333
builder
34-
35-
[pulp:children]

environments/.stackhpc/inventory/group_vars/builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pulp_server_config:
66

77
appliances_pulp_url: "{{ pulp_server_config[lookup('env','CI_CLOUD')].url }}"
88
pulp_site_password: "{{ pulp_server_config[lookup('env','CI_CLOUD')].password }}"
9+
appliances_sync_pulp_on_build: false

environments/common/inventory/group_vars/all/defaults.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ appliances_local_users: "{{ appliances_local_users_default + appliances_local_us
8282

8383
###########################################################################################
8484

85+
appliances_sync_pulp_on_build: true
8586
appliances_repo_timestamps:
8687
'9.4':
8788
baseos: 20240816T002610

0 commit comments

Comments
 (0)