Skip to content

Commit

Permalink
Use workload cluster packages that avoid package context manipulation (
Browse files Browse the repository at this point in the history
…#59)

* Bump nephio-workload-cluster version

* Bump the versions used during install
  • Loading branch information
johnbelamaric authored Jun 5, 2023
1 parent 2bdb693 commit a66a425
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion e2e/provision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ connection with that setting).
upstream:
repo: nephio-example-packages
package: nephio-workload-cluster
revision: v5
revision: v6
targets:
- repositories:
- name: mgmt
Expand Down
6 changes: 3 additions & 3 deletions e2e/provision/gce_install_sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ else
chmod 644 "$HOME/.kube/config"

# I don't know how to make ansible do what I want, this is what I want
deploy_kpt_pkg "repository@repository/v2" "mgmt"
deploy_kpt_pkg "rootsync@rootsync/v2" "mgmt"
deploy_kpt_pkg "repository@repository/v3" "mgmt"
deploy_kpt_pkg "rootsync@rootsync/v3" "mgmt"

deploy_kpt_pkg "repository@repository/v2" "mgmt-staging"
deploy_kpt_pkg "repository@repository/v3" "mgmt-staging"
fi

echo "Done installing Nephio Sandbox Environment"
2 changes: 1 addition & 1 deletion e2e/provision/playbooks/roles/install/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name: kpt
loop:
- {pkg: porch-dev, version: porch-dev/v1, namespaces: [porch-fn-system, porch-system]}
- {pkg: nephio-controllers, version: nephio-controllers/v3, namespaces: [nephio-system]}
- {pkg: nephio-controllers, version: nephio-controllers/v4, namespaces: [nephio-system]}
- {pkg: configsync, version: configsync/v1, namespaces: [config-management-monitoring, config-management-system, resource-group-system]}
- {pkg: nephio-stock-repos, version: nephio-stock-repos/v1, namespaces: []}
vars:
Expand Down

0 comments on commit a66a425

Please sign in to comment.