Skip to content

Commit

Permalink
Merge pull request #92 from yeoldegrove/fix/gcp_socat
Browse files Browse the repository at this point in the history
install socat for gcp load-balancer resource
  • Loading branch information
yeoldegrove authored Aug 16, 2022
2 parents 2c8ca19 + 143059c commit 50edfd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">habootstrap-formula</param>
<param name="versionformat">0.4.7+git.%ct.%h</param>
<param name="versionformat">0.4.8+git.%ct.%h</param>
<param name="revision">%%VERSION%%</param>
</service>

Expand Down
3 changes: 2 additions & 1 deletion cluster/packages.sls
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ install_additional_packages_azure:
attempts: 3
interval: 15
- pkgs:
- socat
- socat # needed for load-balancer resource
# needed for azure fence agent
- {{ python_version }}-azure-mgmt-compute
- {{ python_version }}-azure-mgmt-resource
Expand All @@ -86,6 +86,7 @@ install_additional_packages_gcp:
attempts: 3
interval: 15
- pkgs:
- socat # needed for load-balancer resource
- {{ python_version }}-google-api-python-client # Needed by gcp-vpc-move-route and fence_gce
- {{ python_version }}-google-auth
- {{ python_version }}-google-auth-httplib2
Expand Down
6 changes: 6 additions & 0 deletions habootstrap-formula.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 12 07:49:43 UTC 2022 - Eike Waldt <[email protected]>

- Version bump 0.4.8
* install socat for gcp load-balancer resource

-------------------------------------------------------------------
Thu Aug 11 09:09:01 UTC 2022 - Christian Schneemann <[email protected]>

Expand Down

0 comments on commit 50edfd7

Please sign in to comment.