-
Notifications
You must be signed in to change notification settings - Fork 14
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
Multi region #187
Multi region #187
Conversation
Closes #189 |
Closes #181 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
Makefile
Outdated
@@ -25,7 +25,8 @@ OSC_ACCESS_KEY ?= access | |||
OSC_SECRET_KEY ?= secret | |||
OSC_CLUSTER ?= cluster-api | |||
CLUSTER ?= cluster-api | |||
GH_ORG_NAME ?= outscale-dev | |||
GH_ORG_NAME ?= outscale-dev | |||
GH_ORG_USER_NAME ?= outscale-vbr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is temporary ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will replace GH_ORG_USER_NAME ?= outscale-vbr
by GH_ORG_USER_NAME ?= outscale-dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be careful when committing
cloud-provider: external | ||
provider-id: osc://'{{ ds.meta_data.instance_id }}' | ||
provider-id: aws:///'{{ ds.meta_data.instance_id }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not for the PR, watchout during the commit !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is remove
Makefile
Outdated
@@ -121,7 +122,7 @@ mock-generate: mockgen ## Generate mock | |||
|
|||
.PHONY: generate-image-docs | |||
generate-image-docs: | |||
./.github/scripts/launch.sh -c ${GIT_BRANCH} -o ${GH_ORG_NAME} -r ${GH_REPO_NAME} -n ${GIT_USERNAME} -e ${GIT_USEREMAIL} | |||
./.github/scripts/launch.sh -c "${GIT_BRANCH}" -o "${GH_ORG_NAME}" -r "${GH_REPO_NAME}" -n "${GIT_USERNAME}" -g "${GH_ORG_USER_NAME}" -e "${GIT_USEREMAIL}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is nice to have a new parameter but now we have a lot. Do we really need to introduce a new one ? GH_ORG_USER_NAME has the same value as GH_ORG_NAME. In the future, i don't see why it will be different
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@outscale-mdr Are you ok with the latest version ?
@outscale-mdr Are you ok with the latest version ? |
.github/scripts/git_command.sh
Outdated
echo "Set Default Values"; | ||
GH_ORG_USER_NAME=outscale-vbr | ||
else | ||
echo "GH_ORG_USER_NAME is set ti '$GH_ORG_USER_NAME'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to
Makefile
Outdated
@@ -121,7 +122,7 @@ mock-generate: mockgen ## Generate mock | |||
|
|||
.PHONY: generate-image-docs | |||
generate-image-docs: | |||
./.github/scripts/launch.sh -c ${GIT_BRANCH} -o ${GH_ORG_NAME} -r ${GH_REPO_NAME} -n ${GIT_USERNAME} -e ${GIT_USEREMAIL} | |||
./.github/scripts/launch.sh -c "${GIT_BRANCH}" -o "${GH_ORG_NAME}" -r "${GH_REPO_NAME}" -n "${GIT_USERNAME}" -g "${GH_ORG_USER_NAME}" -e "${GIT_USEREMAIL}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@outscale-mdr Are you ok with the latest version ?
cloud-provider: external | ||
provider-id: osc://'{{ ds.meta_data.instance_id }}' | ||
provider-id: aws:///'{{ ds.meta_data.instance_id }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is remove
What type of PR is this?
/kind feature
What this PR does / why we need it:
Release image in cloudgouv region
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #189
Fixes #181
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs: