Skip to content
Closed
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
1 change: 1 addition & 0 deletions .github/workflows/terraform-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Terraform Plan
id: plan
run: |
terraform force-unlock -force 8edfdfed-cda1-e737-7988-4d5ff50ee474
terraform plan -out=plan.tmp
terraform show -no-color plan.tmp >${GITHUB_WORKSPACE}/plan.out
continue-on-error: true
Expand Down
7 changes: 7 additions & 0 deletions ansible/inventory/group_vars/all/source-repositories
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@ source_repositories:
- codeowners:
content: "{{ community_files.codeowners.openstack }}"
dest: ".github/CODEOWNERS"
magnum-capi-helm:
repository_type: "single-branch"
workflows: []
community_files:
- codeowners:
content: "{{ community_files.codeowners.openstack }}"
dest: ".github/CODEOWNERS"
magnum-ui:
ignored_releases:
- zed
Expand Down
1 change: 1 addition & 0 deletions terraform/github/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"ironic-ui",
"keystone",
"magnum",
"magnum-capi-helm",
"magnum-ui",
"manila",
"networking-generic-switch",
Expand Down