Skip to content

Commit

Permalink
Merge pull request #17 from jcpowermac/add-new-template-vars
Browse files Browse the repository at this point in the history
add template vars for subnets.json
  • Loading branch information
rvanderp3 authored Nov 15, 2023
2 parents 0b07802 + 89fec89 commit dd2d005
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions hack/ci-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ objects:
namespace: openshift-machine-api
name: static-ci-pool
spec:
address-cidr: 192.168.${THIRD_OCTET}.128/29
prefix: 23
gateway: 192.168.${THIRD_OCTET}.1
address-cidr: ${ADDRESS_CIDR}
prefix: ${PREFIX}
gateway: ${GATEWAY}
- apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -161,5 +161,9 @@ objects:
path: service-ca.crt
name: openshift-service-ca.crt
parameters:
- name: THIRD_OCTET
description: The value used in the third octet of the IP cidr.
- name: ADDRESS_CIDR
description: The address-cidr value used in the IPPool spec.
- name: PREFIX
description: The prefix value used in the IPPool spec.
- name: GATEWAY
description: The gateway value used in the IPPool spec.

0 comments on commit dd2d005

Please sign in to comment.