Skip to content

Commit

Permalink
Incorporate kubefwd into install_yamls_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
weinimo committed Nov 20, 2023
1 parent 57226ee commit 8af416d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install_yamls_setup/roles/podified_cp/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- podman
- python3
- python3-pip
- https://github.com/txn2/kubefwd/releases/download/1.22.5/kubefwd_amd64.rpm
state: latest
become: yes
tags: install
Expand Down Expand Up @@ -187,6 +188,7 @@
- export OS_PASSWORD=12345678
- export EDPM_COMPUTE_CEPH_ENABLED=false
- export BMO_SETUP=false
- export KUBECONFIG=~/.kube/config
- export PATH=$PATH:~/.crc/bin/oc
tags: config

Expand All @@ -199,6 +201,10 @@

# Now run the operator as a Go program locally (outside the Kubernetes cluster):
#
# First run kubefwd in the background so communication between local operator
# and cluster is possible:
# sudo -E kubefwd services -n openstack &
#
# Either using VSCode or directly in a shell:
# In VSCode open the home folder and add the ~/octavia_operator folder to the
# workspace (File->Add folder to workspace...). Then open
Expand Down

0 comments on commit 8af416d

Please sign in to comment.