Clone this repo:

Branches

  1. 62b7330 Updated README.md file by Carlos Frias · 7 years ago master
  2. 94dcc34 Updated existing changes by Carlos Frias · 7 years ago
  3. 02eff10 Updated docs by Carlos Frias · 7 years ago
  4. d6856d4 updated validate template so we no longer require pexpect by Carlos Frias · 7 years ago
  5. fe87e31 updated validate template so we no longer require pexpect by Carlos Frias · 7 years ago

Apigee OPDK Setup Validate

This role executes the validation included with the installation of Apigee OPDK. This role will adjust to whether Router and Message Processors are defined on a node together or separately.

Requirements

The installation of Apigee OPDK requires root access.

Role Variables

Variable NameDescription
apigee_validate_config_fileValidate configuration file
opdk_user_emailEdge system user email
opdk_user_passEdge system user password
opdk_user_nameEdge system user name, should be apigee
opdk_group_nameEdge system user group name, should be apigee
confirm_delete_orgWill remove the validation org if set to ‘y’; default is ‘y’

Dependencies

This role depends on the following roles:

  • apigee-opdk-setup-default-settings

Example Playbook

- hosts: servers
  roles:
     - { role: apigee-opdk-setup-validate }

License

Apache 2.0

Author Information

Carlos Frias

Not Google Product Clause

This is not an officially supported Google product.

How to Contribute

We'd love to accept your patches and contributions to this project. Please review our guidelines.