Skip to content

Latest commit

 

History

History
 
 

system

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenShift deployment

Follow the instructions in openshift templates repository:

https://github.com/3scale/openshift-templates/tree/master/system

cd 3scale
git clone [email protected]:3scale/openshift-templates.git
cd openshift-templates/system
cat README.md

System Release as a part of AMP

  1. Build the image

    make build NAME=amp VERSION=system-er2-pre1
  2. Test the image

    make test NAME=amp VERSION=system-er2-pre1
  3. Tag the image

    make tag NAME=amp VERSION=system-er2-pre1
  4. Push the image

    make push NAME=amp VERSION=system-er2-pre1