Skip to content

Commit

Permalink
HOTFIX-3 (#843)
Browse files Browse the repository at this point in the history
Disable lp15 gpg check
Also related to a fix in loki/promtail paths (PR in infra)
  • Loading branch information
oxedions committed Oct 20, 2023
1 parent 506ee2c commit 314f4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lp15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Configure BB external repositories
run: |
echo -e 'bb_repositories:\n - name: bluebanquise\n repo: "https://bluebanquise.com/repository/releases/latest/lp15/x86_64/bluebanquise/"' > resources/workflow/inventory_standard/group_vars/all/repositories.yml
echo -e 'bb_repositories:\n - name: bluebanquise\n disable_gpg_check: true\n repo: "https://bluebanquise.com/repository/releases/latest/lp15/x86_64/bluebanquise/"' > resources/workflow/inventory_standard/group_vars/all/repositories.yml
- name: Start container
run: docker run -d --privileged --cgroupns=host --net=host --name mgt1 -v /sys/fs/cgroup:/sys/fs/cgroup:rw -v $PWD:/bluebanquise opensuseleap_15:systemd
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
run: |
docker exec mgt1 bash -c "sudo -u bluebanquise /bin/bash -c 'source /var/lib/bluebanquise/ansible_venv/bin/activate && ANSIBLE_VARS_ENABLED=ansible.builtin.host_group_vars,bluebanquise.commons.core ansible-playbook /var/lib/bluebanquise/playbooks/infrastructure.yml -i /var/lib/bluebanquise/inventory --become --connection=local --limit mgt1 --diff --check --tags hosts_file,dns_client'"
docker exec mgt1 bash -c "sudo -u bluebanquise /bin/bash -c 'source /var/lib/bluebanquise/ansible_venv/bin/activate && ANSIBLE_VARS_ENABLED=ansible.builtin.host_group_vars,bluebanquise.commons.core ansible-playbook /var/lib/bluebanquise/playbooks/infrastructure.yml -i /var/lib/bluebanquise/inventory --become --connection=local --limit mgt1 --diff --skip-tags kernel_config,hosts_file,nic,set_hostname,dns_client'"

0 comments on commit 314f4cd

Please sign in to comment.