Verb | URI | Description |
---|---|---|
GET | / | Get the root Platform resource |
GET | /assemblies | Get a list of the Assembly resources for this tenant |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Name: mock | |
Version: '0.1' | |
Cartridge-Short-Name: EXTERNALMOCK | |
Cartridge-Vendor: externalmock | |
Categories: | |
- external | |
Display-Name: External Mock | |
Scaling: | |
Min: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oo-admin-ctl-cartridge -c migrate | |
52e5c970829190e3c700000e ! -> 52ebdc958291905410000001 INCOMPLETE 0 / 1 left php-5.3 | |
Migrated 0/1 cartridges | |
Updated 0 applications | |
Skipped 1 applications with pending jobs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[vagrant@localhost ~]$ curl -X PUT "http://localhost:8080/token/__test__/container?i=2&u=deadbeef&t=pmorie%2fsti-html-app&d=1&r=12" -d '{"ports":[{"external":10102,"internal":8080}]}' | |
Creating gear 12 ... | |
Unit in place 12 ... | |
-- Logs begin at Tue 2013-11-26 08:05:45 UTC. -- | |
Feb 03 21:34:42 localhost.localdomain systemd[1]: [/var/lib/gears/units/gear-12.service:13] Unknown section 'Gear'. Ignoring. | |
Feb 03 21:34:42 localhost.localdomain systemd[1]: [/var/lib/gears/units/gear-12.service:14] Assignment outside of section. Ignoring. | |
Feb 03 21:34:42 localhost.localdomain systemd[1]: [/var/lib/gears/units/gear-12.service:15] Assignment outside of section. Ignoring. | |
Feb 03 21:34:42 localhost.localdomain systemd[1]: [/var/lib/gears/units/gear-12.service:16] Assignment outside of section. Ignoring. | |
Feb 03 21:34:42 localhost.localdomain systemd[1]: [/var/lib/gears/units/gear-12.service:17] Assignment outside of section. Ignoring. | |
Feb 03 21:34:42 localhost.localdomain systemd[1]: Starting Gear container 12... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[vagrant@localhost ~]$ systemctl status gear.slice | |
gear.slice | |
Loaded: loaded | |
Active: active since Thu 2014-02-13 23:36:12 UTC; 4h 8min ago | |
CGroup: /gear.slice | |
└─gear-small.slice | |
├─gear-0008.service | |
│ └─11739 /usr/bin/docker run -name gear-0008 -volumes-from gear-0008 -a stdout -a st... | |
├─gear-0007.service | |
│ └─11681 /usr/bin/docker run -name gear-0007 -volumes-from gear-0007 -a stdout -a st... |
https://github.com/substack/fleet
https://github.com/coreos
https://github.com/globocom/tsuru
https://github.com/flynn
https://github.com/opdemand/deis
https://www.getpantheon.com/blog/why-we-built-pantheon-containers-instead-virtual-machines
http://api.yandex.com/cocaine/
http://www.nuxeo.com/blog/development/2014/04/coreos-nuxeo-build-nuxeoio/
Moved to OpenShift PEP 013
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ReplicationController[I'm Deployment 1 of mydeployment created when mydeployment was at index 50] | |
{ | |
"metadata": { | |
"labels": { | |
"deployment": "1" | |
}, | |
"annotations": { | |
"description": "This is deployment 1 of mydeployment: we are going to roll this sucker out", | |
"deployment.version": "1", | |
"deployment.config": "mydeployment", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ osc new-app openshift/ruby-20-centos~git://github.com/mfojtik/sinatra-app-example --build=source | |
{ | |
"kind": "List", | |
"creationTimestamp": null, | |
"apiVersion": "v1beta1", | |
"items": [ | |
{ | |
"kind": "ImageRepository", | |
"apiVersion": "v1beta1", | |
"metadata": { |
OlderNewer