Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeqo/packer-oracle-bpm
https://github.com/jeqo/packer-oracle-bpm
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeqo/packer-oracle-bpm
- Owner: jeqo
- License: mit
- Created: 2015-11-22T22:00:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T11:25:40.000Z (almost 9 years ago)
- Last Synced: 2024-04-17T16:15:01.369Z (7 months ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
= Oracle BPM Suite 12c - Packer Builder
Packer project to build *Oracle BPM Suite 12c* (Quickstart)
images on the following providers:* VirtualBox
* DockerThis images contains the following properties:
* Provisioning user/password: vagrant/vagrant
* JDK installed: JDK 7 update 80
* Java Home: /usr/java/jdk1.7.0_80
* Oracle user/password: oraclefmw/welcome1
* Oracle Home: /home/oraclefmw/product/Oracle_Home
* Oracle BPM Suite 12c release: 12.1.3.0.0
== How to build it
Validate installers are donwloaded and saved on "data" directory.
NOTE: If you want to use a specific provider (docker or virtualbox-ovf) you
have to add "-only={provider}" variable.NOTE: If you want to build "virtualbox-ovf" image, you have to build
"oracle-linux-6" image first. Validate that ISO file is saved on "iso" directory.Run:
packer build [-only={provider}] -var 'atlas_token={atlas_token}' -var 'user={user}' oracle-bpm-12c.json
== How to use it
Go to samples directory (TODO)