Skip to content

Commit

Permalink
Merge pull request #338 from omersch381/main
Browse files Browse the repository at this point in the history
Add some install_yaml_setup fix-ups
  • Loading branch information
openshift-merge-bot[bot] authored Jul 9, 2024
2 parents 75793ce + ccc2f76 commit 2756cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions install_yamls_setup/roles/podified_cp/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ operators_git_repos:
dest: ~/octavia-operator
version: main
# Optional repositories:
- repo: https://github.com/openstack-k8s-operators/neutron-operator.git
dest: ~/neutron-operator
depth: 10
- repo: https://github.com/openstack-k8s-operators/lib-common.git
dest: ~/lib-common
make_crc_cpus: 20
Expand Down
6 changes: 3 additions & 3 deletions install_yamls_setup/roles/podified_cp/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,16 +296,16 @@

# Now run the operator as a Go program locally (outside the Kubernetes cluster):
#
# First run kubefwd in the background so communication between local operator
# First run kubefwd so communication between local operator
# and cluster is possible:
# sudo -E kubefwd services -n openstack &
# 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
# ~/octavia_operator/main.go and press F5 to start the debugger
# In shell:
# cd ~/octavia-operator; ENABLE_WEBHOOKS=false GOWORK= OPERATOR_TEMPLATES=./templates make install run
# cd ~/octavia-operator; ENABLE_WEBHOOKS=false METRICS_PORT=8082 HEALTH_PORT=8083 GOWORK= OPERATOR_TEMPLATES=./templates make install run
#
# Deploy your PodSet Custom Resource to the live OpenShift Cluster:
# oc apply -f ~/octavia_v1beta1_octavia.yaml
Expand Down

0 comments on commit 2756cdc

Please sign in to comment.