Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #113 from open-ness/openness_release_210303
Browse files Browse the repository at this point in the history
Openness release 210303
  • Loading branch information
cjnolan authored Apr 28, 2021
2 parents cbab071 + ddd3b64 commit 14c2ab5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cloud/ceek_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ def create_inventory(options, inventory_path):
cfgvars = yaml.load(group_vars, Loader=yaml.FullLoader)

cfgvars["git_repo_token"] = options.git_token
#Note: Calico is not supported by Azure
cfgvars["kubernetes_cnis"] = ["kubeovn"]

with open(os.path.join(INVENTORY_DIRECTORY, "group_vars", "all", "10-default.yml"), "w") as group_vars:
yaml.dump(cfgvars, group_vars, sort_keys=False)
Expand Down
2 changes: 1 addition & 1 deletion inventory/default/group_vars/all/10-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ os_remove_yum_plugins: true

### OpenNESS Git Repository
# Following variable specify branch/SHA/tag to be checked out for the source repository
git_repo_branch: openness-21.03.02:
git_repo_branch: openness-21.03.03:

# If True, the repository will be deleted and cloned again
# If False, repository will be left as it is and any changes won't be overwritten.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ os_remove_yum_plugins: true
docker_images: []

git_repo_url: https://{{ git_repo_token }}@github.com/open-ness/edgeservices.git
git_repo_branch: openness-21.03.02:
git_repo_branch: openness-21.03.03:
_git_repo_dest: "{{ openness_dir }}/edgeservices"

0 comments on commit 14c2ab5

Please sign in to comment.