Skip to content
This repository was archived by the owner on Sep 9, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ images:
newName: quay.io/sclorg/postgresql-15-c9s
newTag: latest
- name: ghcr.io/osac-project/fulfillment-service
newTag: sha-ae3ef92
newTag: sha-62c436c
- name: osac-aap
newName: ghcr.io/osac-project/osac-aap
newTag: sha-6f5dbdd
newTag: sha-744bc2c
- name: ghcr.io/osac-project/osac-operator
newTag: sha-7416d1b
newTag: sha-7ba53e5
- name: envoy
newName: docker.io/envoyproxy/envoy
newTag: v1.33.0
Expand Down
2 changes: 1 addition & 1 deletion base/osac-aap
Submodule osac-aap updated 47 files
+2 −2 collections/ansible_collections/massopencloud/esi/plugins/filter/filters.py
+131 −45 collections/ansible_collections/massopencloud/steps/roles/cluster_infra/tasks/create.yaml
+77 −5 collections/ansible_collections/netris/controller/README.md
+4 −0 collections/ansible_collections/netris/controller/roles/acl/defaults/main.yaml
+76 −0 collections/ansible_collections/netris/controller/roles/acl/meta/argument_specs.yaml
+92 −0 collections/ansible_collections/netris/controller/roles/acl/tasks/create.yaml
+40 −0 collections/ansible_collections/netris/controller/roles/acl/tasks/delete.yaml
+39 −6 collections/ansible_collections/netris/controller/roles/ipam/meta/argument_specs.yaml
+71 −0 collections/ansible_collections/netris/controller/roles/ipam/tasks/create_allocation.yaml
+70 −0 collections/ansible_collections/netris/controller/roles/ipam/tasks/create_subnet.yaml
+53 −0 collections/ansible_collections/netris/controller/roles/ipam/tasks/delete_allocation.yaml
+48 −0 collections/ansible_collections/netris/controller/roles/ipam/tasks/delete_subnet.yaml
+16 −0 collections/ansible_collections/netris/controller/roles/ipam/tasks/main.yaml
+3 −0 collections/ansible_collections/netris/controller/roles/vnet/defaults/main.yaml
+45 −0 collections/ansible_collections/netris/controller/roles/vnet/meta/argument_specs.yaml
+93 −0 collections/ansible_collections/netris/controller/roles/vnet/tasks/create.yaml
+36 −0 collections/ansible_collections/netris/controller/roles/vnet/tasks/delete.yaml
+1 −1 collections/ansible_collections/netris/controller/roles/vpc/defaults/main.yaml
+18 −3 collections/ansible_collections/netris/controller/roles/vpc/meta/argument_specs.yaml
+59 −0 collections/ansible_collections/netris/controller/roles/vpc/tasks/create.yaml
+13 −1 collections/ansible_collections/netris/controller/roles/vpc/tasks/delete.yaml
+4 −0 collections/ansible_collections/netris/controller/roles/vpc/tasks/main.yaml
+157 −0 collections/ansible_collections/netris/controller/roles/vpc/tests/test.yml
+83 −0 collections/ansible_collections/osac/config_as_code/roles/aap/templates/networking-operations-ig.j2
+49 −1 collections/ansible_collections/osac/config_as_code/roles/aap/vars/controller.yml
+1 −1 collections/ansible_collections/osac/service/roles/manage_agents/tasks/attach_and_approve_all_new_agents.yml
+1 −1 ...ctions/ansible_collections/osac/service/roles/manage_agents/tasks/detach_and_unlabel_all_removed_agents.yml
+32 −0 collections/ansible_collections/osac/templates/roles/metallb_l2/meta/argument_specs.yaml
+215 −0 collections/ansible_collections/osac/templates/roles/metallb_l2/tasks/attach_public_ip.yaml
+3 −3 collections/ansible_collections/osac/templates/roles/metallb_l2/tasks/create_public_ip.yaml
+2 −2 collections/ansible_collections/osac/templates/roles/metallb_l2/tasks/delete_public_ip.yaml
+245 −0 collections/ansible_collections/osac/templates/roles/metallb_l2/tasks/detach_public_ip.yaml
+597 −16 collections/ansible_collections/osac/templates/roles/metallb_l2/tests/test.yml
+3 −0 collections/ansible_collections/osac/templates/roles/netris/defaults/main.yaml
+96 −0 collections/ansible_collections/osac/templates/roles/netris/meta/argument_specs.yaml
+15 −0 collections/ansible_collections/osac/templates/roles/netris/meta/osac.yaml
+106 −0 collections/ansible_collections/osac/templates/roles/netris/tasks/create_security_group.yaml
+109 −0 collections/ansible_collections/osac/templates/roles/netris/tasks/create_subnet.yaml
+57 −0 collections/ansible_collections/osac/templates/roles/netris/tasks/create_virtual_network.yaml
+41 −0 collections/ansible_collections/osac/templates/roles/netris/tasks/delete_security_group.yaml
+28 −0 collections/ansible_collections/osac/templates/roles/netris/tasks/delete_subnet.yaml
+54 −0 collections/ansible_collections/osac/templates/roles/netris/tasks/delete_virtual_network.yaml
+31 −1 docs/netris-integration.md
+1 −0 group_vars/all/osac_common_labels.yaml
+27 −0 playbook_osac_attach_public_ip.yml
+27 −0 playbook_osac_detach_public_ip.yml
+14 −0 rulebooks/cluster_fulfillment.yml
2 changes: 1 addition & 1 deletion base/osac-fulfillment-service
2 changes: 1 addition & 1 deletion base/osac-operator
Submodule osac-operator updated 122 files
4 changes: 2 additions & 2 deletions overlays/caas-ci/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ secretGenerator:
options:
disableNameSuffixHash: true
literals:
- AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-6f5dbdd
- AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-744bc2c
- AAP_PROJECT_GIT_URI=https://github.com/osac-project/osac-aap
- AAP_PROJECT_GIT_BRANCH=6f5dbddc7f0f269e1cc7c4787d468c54acf3271a
- AAP_PROJECT_GIT_BRANCH=744bc2ca0f8e393f8c4be1116956d2c4b1329060

- name: cluster-fulfillment-ig
options:
Expand Down
4 changes: 2 additions & 2 deletions overlays/osac-integration/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ secretGenerator:
options:
disableNameSuffixHash: true
literals:
- AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-6f5dbdd
- AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-744bc2c
- AAP_PROJECT_GIT_URI="https://github.com/osac-project/osac-aap"
- AAP_PROJECT_GIT_BRANCH=6f5dbddc7f0f269e1cc7c4787d468c54acf3271a
- AAP_PROJECT_GIT_BRANCH=744bc2ca0f8e393f8c4be1116956d2c4b1329060

- name: cluster-fulfillment-ig
options:
Expand Down
4 changes: 2 additions & 2 deletions overlays/vmaas-ci/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ secretGenerator:
options:
disableNameSuffixHash: true
literals:
- AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-6f5dbdd
- AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-744bc2c
- AAP_PROJECT_GIT_URI=https://github.com/osac-project/osac-aap
- AAP_PROJECT_GIT_BRANCH=6f5dbddc7f0f269e1cc7c4787d468c54acf3271a
- AAP_PROJECT_GIT_BRANCH=744bc2ca0f8e393f8c4be1116956d2c4b1329060

- name: cluster-fulfillment-ig
options:
Expand Down
Loading