Commit graph

68 commits

Author SHA1 Message Date
Samuel Beaulieu
4e85886da4
wait until instance reports being status ready (aws checks that it is reachable) which fixes a lot of the net:ssh issues for provisioning 2022-07-22 13:37:13 -05:00
Samuel Beaulieu
0d7923ed4d
fix logging, add proper aws_setup class, add a name for the VM which is based on the current site_name 2022-07-21 11:44:24 -05:00
Samuel Beaulieu
caecd11260
retry longer for the Jruby error 2022-07-20 15:17:45 -05:00
Samuel Beaulieu
ea36218120
trying to debug net:ssh 2022-07-19 16:17:10 -05:00
Samuel Beaulieu
cd6ebae825
adding more error handling when doing the net::ssh aws_setup portion 2022-07-19 12:35:43 -05:00
Tanisha Payne
7f53932152
Merge pull request #3 from puppetlabs/dio-3163
Change the way we load secrets so that we do not have to pass them as…
2022-07-14 14:36:00 -04:00
Samuel Beaulieu
0bff2df079
Change the way we load secrets so that we do not have to pass them as ENV vars.
they will be pulled from the provider config, similarily to the other providers
2022-07-11 10:55:03 -05:00
Samuel
f43518c8e3
Merge pull request #4 from puppetlabs/revert-2-dependabot/bundler/net-ssh-gte-6.2-and-lt-7.1
Revert "Update net-ssh requirement from ~> 6.2.0.rc2 to >= 6.2, < 7.1"
2022-07-08 11:27:31 -05:00
Samuel
857e7c63f8
Revert "Update net-ssh requirement from ~> 6.2.0.rc2 to >= 6.2, < 7.1" 2022-07-08 11:14:18 -05:00
Samuel
dcf1236948
Merge pull request #2 from puppetlabs/dependabot/bundler/net-ssh-gte-6.2-and-lt-7.1
Update net-ssh requirement from ~> 6.2.0.rc2 to >= 6.2, < 7.1
2022-07-07 09:43:16 -05:00
dependabot[bot]
cc9e800bcc
Update net-ssh requirement from ~> 6.2.0.rc2 to >= 6.2, < 7.1
Updates the requirements on [net-ssh](https://github.com/net-ssh/net-ssh) to permit the latest version.
- [Release notes](https://github.com/net-ssh/net-ssh/releases)
- [Changelog](https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt)
- [Commits](https://github.com/net-ssh/net-ssh/compare/v6.2.0.rc2...v7.0.1)

---
updated-dependencies:
- dependency-name: net-ssh
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 14:10:06 +00:00
Samuel
af05279b42
Merge pull request #1 from puppetlabs/dio-3163
Added aws dependency and renamed directories
2022-07-07 09:08:52 -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
ee36ee868d
fix rubocop offenses 2022-07-06 14:49:04 -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
Puppet Security Bot
78946ca2b9 CODEOWNERS by slack-gitbot 2022-06-09 13:56:54 -04:00
Puppet Security Bot
be877a20c5
Initial commit 2022-06-09 13:56:51 -04:00