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

add image creation jobs for aws and azure #306

Merged
merged 1 commit into from May 16, 2023

Conversation

snir911
Copy link
Contributor

@snir911 snir911 commented May 9, 2023

apply scripts to create image in AWS/Azure

@openshift-ci openshift-ci bot requested review from cpmeadors and jensfr May 9, 2023 17:19
hack/aws-image-job.yaml Outdated Show resolved Hide resolved
hack/aws-image-job.yaml Outdated Show resolved Hide resolved
value: "t2.small" # comment
- name: IMAGE_NAME
value: "peer-pod-ami"
# - name: AWS_REGION
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's take this from the secret/configmap

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMAGE_NAME is not used by peerpods, hence this parameter needs to be set specifically for the image creation, I'll do export IMAGE_NAME=${IMAGE_NAME:-peer-pod-ami} instead

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@snir911 can you please remove the AWS_REGION, VPC_ID and SUBNET_ID parameters from the manifest. This is coming from the configmap/secret, so let's avoid mentioning it here.

hack/aws-image-job.yaml Outdated Show resolved Hide resolved
hack/aws-image-job.yaml Outdated Show resolved Hide resolved
hack/azure-image-job.yaml Outdated Show resolved Hide resolved
hack/azure-image-job.yaml Outdated Show resolved Hide resolved
hack/azure-image-job.yaml Outdated Show resolved Hide resolved
hack/aws-image-job.yaml Outdated Show resolved Hide resolved
@snir911 snir911 force-pushed the img_jobs_tp2 branch 2 times, most recently from b1398b0 to 7f0bea0 Compare May 10, 2023 13:59
hack/aws-image-job.yaml Outdated Show resolved Hide resolved
@snir911 snir911 force-pushed the img_jobs_tp2 branch 6 times, most recently from 88e6360 to d9a50ce Compare May 11, 2023 12:05
Copy link
Contributor

@bpradipt bpradipt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
once the commented out AWS_REGION, VPC_ID and SUBNET_ID parameters are removed from the manifest

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 15, 2023
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label May 15, 2023
cloud providers

Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
Copy link
Contributor

@bpradipt bpradipt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 16, 2023
@bpradipt bpradipt merged commit 2c18a06 into openshift:peer-pods-tech-preview May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants