Commit Graph

13 Commits

Author SHA1 Message Date
Matt Trachier 3c4f97af0d
fix: add address family and respond appropriately (#87)
Signed-off-by: matttrach <matt.trachier@suse.com>
2024-07-09 15:21:13 -05:00
Matt Trachier dd15b26b70
feat: upgrade to new access module (#83)
Signed-off-by: matttrach <matt.trachier@suse.com>
2024-07-01 13:41:51 -05:00
Matt Trachier 5b24ad5038
refactor!: adjust for new abilities (#62)
* refactor!: adjust for new access module
* fix: direct access enabled
* fix: operating system tests pass
* fix: all tests pass
* fix: format

WARNING! This is a breaking change!
This will result in a new major version of the module.
The new version re-organizes inputs and groups some key values to make things easier to understand.
We also add load balancing options so that you can attach servers to load balancers automatically.
We surface the cloud-init closer to the end user.
We make inputs which control certain feature sets more explicitly so that it is easier to control exactly what is created.
We add Liberty7 and SLE Micro to the image list
We add more image find validation, making sure that every image is tested in all US regions
---------

Signed-off-by: matttrach <matt.trachier@suse.com>
2024-05-03 11:31:30 -05:00
Matt Trachier 7bcdeebe8b
fix: update all tests to stop using the default vpc and subnet (#50)
* fix: update all tests to stop using the default vpc and subnet, update docs, adjust tests for public ip not being the default

Signed-off-by: Matt Trachier <matttrach@gmail.com>

* fix: revert to using the key to reduce cognitive load for users

Signed-off-by: Matt Trachier <matt.trachier@suse.com>

* fix: add personal functions to rcs

Signed-off-by: Matt Trachier <matt.trachier@suse.com>

---------

Signed-off-by: Matt Trachier <matttrach@gmail.com>
Signed-off-by: Matt Trachier <matt.trachier@suse.com>
2024-03-08 12:37:18 -06:00
Matt Trachier 3ca9ba05d1
feat: add eip and handle cloud-init scripts better (#48)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-12 10:33:00 -06:00
Matt Trachier 16b806ee6c
feat: add ability to disable ssh and specify private ip (#41)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-06 20:28:19 -06:00
Matt Trachier 6e8ad9540a
fix: attach security group as a separate resource than the server (#37)
* fix: attach security group as a separate resource than the server

Signed-off-by: matttrach <matttrach@gmail.com>

* fix: upgrade access mod in examples and add id tag

Signed-off-by: matttrach <matttrach@gmail.com>

* feat: add force security group association and disable scripts mode

Signed-off-by: matttrach <matttrach@gmail.com>

---------

Signed-off-by: matttrach <matttrach@gmail.com>
2024-01-29 11:51:45 -06:00
Matt Trachier 89f0ff09d9
fix: add cloud-init timeout, update dev env, update workflows (#28)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-04 16:49:19 -06:00
matttrach f97eee5bc1
feat: add ability to inject script into cloud-init
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-26 20:03:31 -05:00
matttrach 16197a0f7a
add rhel8 cis, add the ability to set the path to execute files, update all the tests
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-05 16:27:07 -05:00
matttrach 291ce676bb
remove az option, it is tied to subnet
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-26 17:18:40 -05:00
matttrach fdcd61384f
add the ability to set the avalability zone for the server
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-20 13:38:48 -05:00
matttrach 11adefc2a0 initial
Signed-off-by: matttrach <matttrach@gmail.com>
2023-07-10 11:01:37 -05:00