- 11 Nov, 2016 1 commit
-
-
Kostas Vogias authored
-
- 08 Nov, 2016 3 commits
-
-
Kostas Vogias authored
-
Kostas Vogias authored
-
Kostas Vogias authored
-
- 03 Nov, 2016 8 commits
-
-
Kostas Vogias authored
-
Kostas Vogias authored
-
Kostas Vogias authored
-
Kostas Vogias authored
-
Kostas Vogias authored
-
Kostas Vogias authored
-
Kostas Vogias authored
-
Stavros Sachtouris authored
-
- 25 Oct, 2016 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 24 Oct, 2016 1 commit
-
-
Stavros Sachtouris authored
-
- 21 Oct, 2016 1 commit
-
-
Stavros Sachtouris authored
When a new key is registered, it is registered on req.environ in a dict called 'soi:public_keys'. The snf_create_server method pulls the keys from there and handles the way they are injected into the VM.
-
- 19 Oct, 2016 5 commits
-
-
Stavros Sachtouris authored
When launching a new docker container, the user can now set the repo branch to be deployed. Defaults to "develop".
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Rename "paste_deploy/" to "ci/" and add a Dockerfile to create an image which runs the snf-occi service. Write instructions in ci/README.md on how to build and run the container. Update the docs and fix emerging bugs and typos.
-
- 17 Oct, 2016 11 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Dockerfile version is now 0.3
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Kostas Vogias authored
-
- 14 Oct, 2016 5 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
The request we have tested so far is a server creation with as few parameters as possible.
-
Kostas Vogias authored
-
Kostas Vogias authored
-
Kostas Vogias authored
-
- 13 Oct, 2016 1 commit
-
-
Stavros Sachtouris authored
"image info" and "flavor info" implementations are trivial and are implemented by these methods: * snf_get_flavor * snf_get_info "server info" is implemented by this method: * snf_get_server but also requires the following side implementations: * snf_get_server_volume_links (volume attachments) * snf_get_server_net_attachments (server nics) Modifications in the json response template had to be applied in in snf_get_server and snf_get_server_net_attachments to achieve OpenStack compatibility
-
- 12 Oct, 2016 1 commit
-
-
Stavros Sachtouris authored
Introduce two new modules: compute.py: replacement functions will be held there, as well as the map of replacements utils.py: common methods that can be used out of context
-
- 11 Oct, 2016 1 commit
-
-
Stavros Sachtouris authored
Use image id for OS_TPL, flavor id for RESOURCE_TPL Add a "server info" field in the basic testing script
-