Jake Spain
d5a48f229d
Merge pull request #52 from puppetlabs/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-12-07 08:54:13 -05:00
dependabot[bot]
1d9565183d
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 13:47:11 +00:00
dependabot[bot]
017453870c
Bump actions/github-script from 6 to 7
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 13:47:01 +00:00
Jake Spain
b672364a53
Update release workflow
2023-01-30 10:08:23 -05:00
Samuel Beaulieu
c6f7991aac
use jruby 9.3.6
2022-07-26 09:57:40 -05:00
Samuel Beaulieu
65c797137e
rename from AWS to EC2 for consistency
...
The other cloud provider is GCE and not GCP. In the same way we are creating VMs
in EC2 on AWS.
2022-07-07 08:49:46 -05:00
Samuel Beaulieu
bd1b21736a
fix workflow release for gha
2022-07-06 14:07:04 -05:00
Tanisha Payne
c3c1a8e1e5
Added aws dependency and renamed directories
...
rename gce to aws
rename gce to aws
rename gce to aws
create_vm method implimented
create_vm method connected to ec2
setup tags properly, and retireve then in get_vm
begin disk and snapshop, but we dont have perms
add specs for get_vm and vms_in_pool
add spec for create_vm
add spec for destroy_vm
update readme
add a new class lib/vmpooler/aws_setup.rb to do the provisioning of nodes
adding spec tests
adding net:ssh lib for the provisioning of nodes
adding option to provision vm once ready
fix aws_setup
setup of nodes once running
2022-07-06 13:41:54 -05:00