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

Custom startup scripts #40

Closed
billyfoss opened this issue Jan 12, 2021 · 2 comments · Fixed by #41
Closed

Custom startup scripts #40

billyfoss opened this issue Jan 12, 2021 · 2 comments · Fixed by #41
Assignees
Labels
enhancement New feature or request

Comments

@billyfoss
Copy link

Would it be possible to support a custom startup script that would run after the default routing startup and configuration scripts?

This could be used with the image_project/image_name parameters to use a custom centos-8 based image and configure additional monitoring, security, etc. in the running VMs. In our case, we would like to configure monitoring on the VMs.

@jeffmccune
Copy link
Member

Sure thing, I’ll add this soon. ETA end of the week, early next at the latest.

jeffmccune added a commit that referenced this issue Jan 13, 2021
This patch adds an input variable to allow an user defined startup
script to execute immediately after the multinic startup script
executes.  The script must be bash and is stored in the
startup-script-user instance metadata key.
jeffmccune added a commit that referenced this issue Jan 13, 2021
This patch adds an input variable to allow an user defined startup
script to execute immediately after the multinic startup script
executes.  The script must be bash and is stored in the
startup-script-user instance metadata key.
jeffmccune added a commit that referenced this issue Jan 13, 2021
This patch adds an input variable to allow an user defined startup
script to execute immediately after the multinic startup script
executes.  The script must be bash and is stored in the
startup-script-user instance metadata key.
jeffmccune added a commit that referenced this issue Jan 13, 2021
This patch adds an input variable to allow an user defined startup
script to execute immediately after the multinic startup script
executes.  The script must be bash and is stored in the
startup-script-user instance metadata key.
@jeffmccune jeffmccune added the enhancement New feature or request label Jan 13, 2021
@jeffmccune jeffmccune self-assigned this Jan 13, 2021
@jeffmccune jeffmccune linked a pull request Jan 13, 2021 that will close this issue
3 tasks
jeffmccune added a commit that referenced this issue Jan 13, 2021
(#40) Add startup_script_user input variable
jeffmccune added a commit that referenced this issue Jan 14, 2021
v2.1.0 - 2021-01-13
===

 * Add `startup_script` input variable to specify a bash startup-script to
   execute after routing is initialized.  ([#40][issue40])

* tag '2.1.0':
  Update CHANGELOG for 2.1.0
  (#40) Add startup_script_user input variable
  Add variable project_id for endpoints
  Add variable project_id for examples
jeffmccune added a commit that referenced this issue Jan 14, 2021
v2.1.0 - 2021-01-13
===

 * Add `startup_script` input variable to specify a bash startup-script to
   execute after routing is initialized.  ([#40][issue40])

* tag '2.1.0':
  Update CHANGELOG for 2.1.0
  (#40) Add startup_script_user input variable
  Add variable project_id for endpoints
  Add variable project_id for examples
@jeffmccune
Copy link
Member

Released in 3.4.0 and 2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants