Skip to content

Commit

Permalink
Workaround until the csctl binary can be built from the main branch a…
Browse files Browse the repository at this point in the history
…gain

Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
  • Loading branch information
michal-gubricky committed May 23, 2024
1 parent 3b1e2a9 commit 1f3add0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions playbooks/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
url: "https://dl.k8s.io/release/v{{ kubectl_version }}/bin/linux/amd64/kubectl"
dest: "{{ install_dir }}/kubectl"
mode: "+x"
# TODO: Install csctl and csctl-openstack from the release when it will be available
- name: Install csctl and csctl-openstack
ansible.builtin.import_tasks: tasks/csctl.yaml
- name: Install helm
Expand Down
3 changes: 2 additions & 1 deletion playbooks/tasks/csctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
vars:
csctl_dir: "{{ ansible_user_dir }}/csctl"
csctl_openstack_dir: "{{ ansible_user_dir }}/csctl-openstack"
csctl_version: "main"
# FIXME: Workaround until the csctl binary can be built from the main branch again
csctl_version: "8549aad57a30b3ea82a0c32f586bd213de60dfa6"
csctl_openstack_version: "main"
install_dir: "{{ ansible_user_dir }}/.local/bin"
block:
Expand Down

0 comments on commit 1f3add0

Please sign in to comment.