Commit Graph

114 Commits

Author SHA1 Message Date
Beth Dean c0de1e4107 updating name in README files from Intel Deep Learning Stack to Intel® Deep Learning As A Service Stack 2018-12-07 11:05:46 -08:00
Beth Dean 405c14f748 updating 3 README files with name change from Clear Linux Deep Learning Stack to Intel Deep Learning Stack. 2018-12-07 11:05:46 -08:00
Beth Dean 8f1b5284cd updating official name to Intel Deep Learning As A Service Stack 2018-12-07 11:05:17 -08:00
Beth Dean fd9fd44e82 changing name from Clear Linux DLS to Intel DLS 2018-12-07 11:05:17 -08:00
Beth Dean 1fcdcf7095 adding release notes 2018-12-07 11:05:17 -08:00
Ganesh Maharaj Mahalingam 3a4d79c531 Fix readme for initial stacks drop
Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
2018-12-05 15:13:27 -08:00
Daniela Plascencia 5d5caa95ba Adds launcher.py as it is required by the Dockerfile
Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
2018-12-04 14:59:06 -08:00
Leonardo Sandoval bb1a3e123a stacks/dlaas: dockerfiles for Clear Linux Deep Learning Stack
This provides a Clear Linux Deep Learning Stack. To offer more flexibility,
there are two versions of the Deep Learning Stack:  a "fully open source"
version that includes only open source components, and a second, "mostly open
source" version that includes the TensorFlow* framework optimized using Intel®
Math Kernel Library for Deep Neural Networks (Intel® MKL-DNN) primitives.
2018-12-03 15:45:03 -08:00
William Douglas 5a923e9dc2 Remove containers for ciao
These no longer needed for supporting ciao development and integration
in Clear Linux.
2018-11-16 12:42:53 -08:00
T 36ec92edec Build all containers in .travis.yml 2018-11-16 10:37:40 -08:00
T a5ba63e5c6 Fix link to mixer guide 2018-11-15 11:43:59 -08:00
Mark D Horn 15467c6a4e New bundle required for Clear Linux OS Installer
Need an additional bundle for proper testing.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2018-10-11 18:18:17 -07:00
Aaron Kaluszka 457dd034a6 Update machine-learning Dockerfile to match README
Corrects apparent typo in bundle name
2018-08-28 13:27:50 -05:00
Kevin C. Wells f908a1d8d7 Allow container restart.
Previously, an already-existent 'clr-sdk' container could not be restarted
because the 'setup.py' ENTRYPOINT script would error out attempting to
create the 'clr' user again.

This patch adds new exception handling specifically for this case, ignoring
these errors. Any other error encountered creating the 'clr' user and group
is still considered a critical failure.

With this, an existent container can be restarted with 'docker start -i <id>'.

This patch also makes minor corrections and clarification to the README.

Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>
2018-08-28 13:16:41 -05:00
Mark D Horn 3ef1b98fff Add clearlinux/clr-installer-ci Docker Image
This pull request introduces an image to be used for running
the Clear Linux OS Installer continuous integration on Travis.

Previously, a very large part of the test time in Travis was
spent building adding the required bundle to the standard
Clear Linux Docker image to properly setup the test environment.

Please ensure that auto-trigger is enabled so that this image
is automatically rebuilt with each new base clearlinux docker image.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2018-08-23 10:42:10 -07:00
Mark D Horn 35ade52275 Minor corrections to mixer-ci README.md
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2018-08-20 17:04:12 -07:00
Kevin C. Wells 096b05751e Make clr user wheelnopw
This commit removes the restriction of root nopw access to only the
mixer and swupd binaries. The 'clr' user is now part of the
wheelnopw group.

Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>
2018-08-07 14:18:59 -07:00
Kevin C. Wells 380cbe084d Update clr-sdk README with --native flag info
Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>
2018-08-07 14:18:59 -07:00
Kevin C. Wells 4b660e4998 Fix sudo account password error message
Recent changes to the Clear Linux base image cause the final line
in the setup.py script to yield an error message and exit.

There are numerous ways this could be fixed, but this fix (suggested
by @shrmrf) is the minimal change needed.

Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>
2018-08-07 14:18:59 -07:00
Marcos Simental a26cd1b3e1 Merge pull request #34 from kevincwells/mixer-ci
Add clearlinux/mixer-ci Docker Image
2018-04-12 11:33:42 -05:00
Kevin C. Wells 24cb708878 Add clearlinux/mixer-ci Docker Image
This patch introduces an image used for running the Mixer CI on Travis.

Previously, a very large part of the time Travis spent building and
validating Mixer PR's was spent 'swupd bundle-add'ing the packages
needed. The _mixer_ build was very short once this step was done.

This image removes the need to build and configure the image with each
Travis run; only the code needs to be copied over before the mixer
build and tests can run.

Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>
2018-04-12 16:01:04 +00:00
Obed N Munoz a7964af477 Merge pull request #30 from bryteise/machine-learning-ui
Add new image for machine-learning-web-ui bundle
2017-11-19 13:05:35 -06:00
William Douglas d2e79f58f6 Add new image for machine-learning-web-ui bundle
Add an image for the machine-learning-web-ui bundle to give easy
access to a ready to run jupyter based environment.
2017-11-16 21:01:50 +00:00
Obed N Munoz e2e562bfb0 Merge pull request #32 from kevincwells/master
Create clr-sdk Docker Container.
2017-11-13 16:35:01 -06:00
Kevin C. Wells 7ea6f7d329 Create clr-sdk Docker Container.
Docker container for running Clear Linux developer tooling.

Allows a user to run mixer tool in a cross-platform way.

Built atop the clearlinux:latest image, and includes the
os-clr-on-clr bundle for devloper tools. A python script
sets up up a non-root user (with UID & GID mapped to the
mix directory mounted at runtime), with sudo privileges
only for mixer, swupd, and mock.

Note: The README mentions privileges needed to run mixer
build-image. This is sufficient for now, and narrowing
the --privileged to the specific CAP subset (SYS_ADMIN,
MKNOD, etc?) is left for a future task.

Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>
2017-11-13 05:50:57 -08:00
Obed N Munoz 3d190ff089 ciao-webui: Upgrade to latest ciao-webui release
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2017-03-15 16:29:14 -06:00
Obed N Munoz 69405e1e2f Merge pull request #29 from mrkz/ciao_config_update
Ciao config update
2017-03-01 11:02:43 -06:00
Simental Magana, Marcos 20a0735ba6 fix configuration location to specify the URI 2017-03-01 10:47:14 -06:00
Simental Magana, Marcos 05f44c06b1 remove unused field in configuration file 2017-03-01 10:46:56 -06:00
Obed N Munoz c44dddb0f3 mariadb: Proper directories creation
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2017-02-10 14:43:19 -06:00
Obed N Munoz 998c3bf39b keystone: Create temporal required dir
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2017-02-10 12:09:59 -06:00
Obed N Munoz 040327f7a4 keystone,mariadb: Use stable tags
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2017-02-09 10:27:09 -06:00
Obed N Munoz 13f123f414 ciao-controller: Fix typo
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2017-01-12 10:22:09 -06:00
Obed N Munoz 459057777f ciao-controller: Change Controller API certs location
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2017-01-12 09:54:36 -06:00
Obed N Munoz be2716f9a3 ciao-scheduler: Change CIAO API cert paths
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2017-01-12 08:54:55 -06:00
Obed N Munoz cd6f5b1c1c ciao-controller: Add generic tenant, user, password
Fixes #27

Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2017-01-10 11:27:58 -06:00
Obed N Munoz 62226f951c Merge pull request #26 from arturo-garcia-garcia/arturo-qa
keystone: Add extra tests cases for keystone operations
2016-12-08 11:38:20 -06:00
Garcia Garcia, Carlos 7432f7d5c0 Keystone: Add extra tests cases for keystone operations
keystone: add test cases to the verify keystone operation

I added test cases to validate the basic operations (create, list, show, delete) for EC2 credentials, endpoints, Roles, Services, Projects and users
Also fix a typo in the regex that looks for the ID of the endpoint that was just created in order to delete it later
2016-12-08 10:55:55 -06:00
Obed N Munoz a4c3de3df3 ciao-controller: Cleaner output on service startup
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2016-12-02 16:39:43 -06:00
Obed N Munoz 2889353e37 ciao-controller: Set workloads/tables path in controller cmd
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2016-12-02 15:51:47 -06:00
Obed N Munoz 4e25d11153 ciao-controller: Verify that service project is added to user
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2016-11-24 15:18:20 -06:00
Obed N Munoz 5180d30f6b ciao-controller,ciao-launcher: Add support for ceph_id parameter
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2016-11-24 15:12:51 -06:00
Obed N Munoz 2314402a7f ciao-common: Add Ceph storage dependency common utility
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2016-11-23 16:29:10 -06:00
Obed N Munoz e9435c3752 ciao-controller: Add default ceph-id
This commit add default ceph_id=admin for development

Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2016-11-23 16:27:48 -06:00
Obed N Munoz 584deab4f2 Merge pull request #25 from mrkz/ciao_deploy_update_readme
ciao-deploy: update readme to instruct user to use ssh key
2016-11-22 16:59:59 -06:00
Simental Magana, Marcos 957ded272a ciao-deploy: update readme to instruct user to use ssh key
README.md is ambiguous with 2 options of how to call the
ciao-deploy container (one with private ssh-key and other
without it), this may confuse the user.

This commit just mention 1 instruction to launch the
ciao-deploy container.

This commit fixes #15

Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
2016-11-22 14:17:12 -06:00
Obed N Munoz 7f03fc109f Merge pull request #24 from obedmr/travis
travis: Update deploy process
2016-11-17 16:37:31 -06:00
Obed N Munoz acfd9a62d1 travis: Update deploy process
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2016-11-17 16:32:40 -06:00
Obed N Munoz 45d3879bc5 Merge pull request #23 from obedmr/travis
travis: Add after_success section
2016-11-17 14:29:01 -06:00
Obed N Munoz ab03d00879 travis: Add after_success section
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
2016-11-17 10:45:08 -06:00