Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.01 KB

File metadata and controls

28 lines (22 loc) · 1.01 KB

ORC examples directory

This directory contains kustomize modules for generating some example resource deployments.

Before executing any modules in this directory you must:

  • Provide an appropriate clouds.yaml in credentials/clouds.yaml with a cloud name of 'openstack'
  • Populate the dev-settings component and load the above credentials by running make

Layout

  • components
    • Contains utility components common to several modules
  • bases
    • Contains modules containing example ORC resource definitions
    • Modify these if you want to change the OpenStack resource which are created by an example module
    • Not indended to be loaded directly
  • apply
    • Contains modules which apply local namespacing to base modules and combine them with local credentials
    • These are the modules indended to be loaded directly
  • credentials
    • Contains user-provided credentials

Binary dependencies

The Makefile requires that appropriately up-to-date versions of the following binaries are available in $PATH:

  • kubectl