Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to ipam grpc service #168

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ services:
# for developing role dependencies
# TODO: make this a switch
# - ${HOME}/.ansible/roles/ansible-common:/root/.ansible/roles/ansible-common:ro
# - ${HOME}/.ansible/roles/metal-roles:/root/.ansible/roles/metal-roles:ro
- ${HOME}/dev/github.com/metal-stack/metal-roles:/root/.ansible/roles/metal-roles:ro
# - ${HOME}/.ansible/roles/metal-ansible-modules:/root/.ansible/roles/metal-ansible-modules:ro
# - ${HOME}/git/github.com/metal-stack/helm-charts:/helm-charts:ro
- ${HOME}/dev/github.com/metal-stack/helm-charts:/helm-charts:ro
environment:
- ANSIBLE_CONFIG=/mini-lab/ansible.cfg
- KUBECONFIG=/mini-lab/.kubeconfig
Expand Down
4 changes: 2 additions & 2 deletions inventories/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metal_stack_release_version: develop
##

# metal_hammer_image_url: https://images.metal-stack.io/metal-hammer/pull-requests/<pr-number-and-title>/metal-hammer-initrd.img.lz4
# metal_api_image_name:
# metal_api_image_tag:
metal_api_image_name: ghcr.io/metal-stack/metal-api
metal_api_image_tag: ipam-as-service
# metal_metalctl_image_name:
# metal_metalctl_image_tag:
# metal_masterdata_api_image_name:
Expand Down
2 changes: 1 addition & 1 deletion inventories/group_vars/control-plane/metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
metal_set_resource_limits: no
metal_check_api_health_endpoint: http://api.172.17.0.1.nip.io:8080/metal/v1/health

# metal_helm_chart_local_path: /helm-charts/charts/metal-control-plane
metal_helm_chart_local_path: /helm-charts/charts/metal-control-plane

metal_api_replicas: 1
metal_api_view_key: metal-view
Expand Down
2 changes: 2 additions & 0 deletions inventories/group_vars/partition/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ metal_partition_metal_api_grpc_client_cert: "{{ lookup('file', 'certs/grpc/clien
metal_partition_metal_api_grpc_client_key: "{{ lookup('file', 'certs/grpc/client-key.pem') }}"

metal_partition_mgmt_gateway: 172.17.0.1

metal_python_version: v0.31.2
Loading