Skip to content

Commit

Permalink
PR notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailradkov committed Jul 19, 2024
1 parent 1bb5b60 commit e73a3ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Packer Template Changelog
# Packer Changelog

All notable changes to the Packer template for creating GraphDB Google Cloud VM images will be documented in this file.
All notable changes to the Packer configuration for creating GraphDB Google Cloud VM images will be documented in this file.

## 1.0.0

- Initial release of the Packer templates
- Initial release of the Packer configuration
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ for [Google Cloud](https://cloud.google.com/).

## About GraphDB

<p align="center">
<p style="text-align: center">
<a href="https://www.ontotext.com/products/graphdb/">
<picture>
<img src="https://www.ontotext.com/wp-content/uploads/2022/09/Logo-GraphDB.svg" alt="GraphDB logo" title="GraphDB" height="75">
Expand Down Expand Up @@ -36,7 +36,7 @@ You can follow the official documentation on this here https://cloud.google.com/

**2. Variables**

The Packer templates in this repository expect you to provide several required variables.
The Packer configuration in this repository expect you to provide several required variables.
Here's an example `variables.pkrvars.hcl` that you can extend and use:

```hcl
Expand All @@ -46,11 +46,10 @@ build_zone = "us-east1-b"
graphdb_version = "10.7.0"
# Optional
graphdb_version = "10.7.0"
image_storage_locations = ["us"]
```

You check the rest of the variables in [variables.pkr.hcl](variables.pkr.hcl).
You can check the rest of the variables in [variables.pkr.hcl](variables.pkr.hcl).

**3. Running Packer**

Expand All @@ -68,7 +67,7 @@ However, both of them are disabled by default, so to get them working you'd have
**Enable Google Cloud Ops Agent**

```shell
systemctl disable google-cloud-ops-agent.service
systemctl enable google-cloud-ops-agent.service
systemctl start google-cloud-ops-agent.service
```

Expand Down
2 changes: 1 addition & 1 deletion plugins.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ packer {
version = "~> 1"
}
}
}
}

0 comments on commit e73a3ea

Please sign in to comment.