Skip to content

Commit c033a46

Browse files
committed
feat: add new tooling
base image OCID is now dynamically retrieved
1 parent 31a7bc3 commit c033a46

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ Given a version number MAJOR.MINOR.PATCH:
1010
- MINOR version when adding functionality in a backwards compatible manner,
1111
- PATCH version when making backwards compatible bug fixes.
1212

13-
## [0.5.0] - unreleased
13+
## [0.5.0] - 2021-10-15
1414

1515
### Added
1616

1717
Bootstrap.sh installs new tools:
1818

1919
- project_o : a smart oci-cli wrapper
2020
- GitHub cli
21-
- full HashiCorp stack: Packer, Terraform, Consul, Vault, Nomad
22-
- container tooling
21+
- full HashiCorp stack: Packer, Terraform, Consul, Vault, Nomad, Boundary, Waypoint
22+
- container tooling (podman)
2323

2424
### Changed
2525

26+
- Hashistack-installer bumped to v0.3.1
2627
- Base image OCID is now dynamically retrieved, using the latest available version for the operating system family
2728

2829
## [0.4.0] - 2021-10-09

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ OCI related tooling and SDKs:
3131
- OCI Python SDK
3232
- ansible-oci collection
3333

34+
This is the deployed infrastructure:
35+
36+
![diagram](https://github.com/kral2/iacbox/blob/main/files/images/deployed_infrastructure.png?raw=true&sanitize=true)
37+
3438
<!-- BEGIN_TF_DOCS -->
3539

3640
## Requirements

compute_instance_image_source_ocid.auto.tfvars

Lines changed: 0 additions & 2 deletions
This file was deleted.

files/bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
2424
dnf install gh -y
2525

2626
# getting latest HashiCorp tooling (Packer, Terraform, Consul, Vault, Nomad)
27-
curl -LO https://raw.github.com/kral2/hashistack-installer/main/hashistack-install.sh
27+
curl -LO https://raw.github.com/kral2/hashistack-installer/v0.3.1/hashistack-install.sh
2828
chmod +x hashistack-install.sh
29-
./hashistack-install.sh packer terraform consul vault nomad
29+
./hashistack-install.sh packer terraform consul vault nomad boundary waypoint
3030

3131
# Python tooling
3232
## update setuptools, wheel and pip
44.3 KB
Loading

0 commit comments

Comments
 (0)