aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-resmgr
AgeCommit message (Collapse)AuthorFilesLines
2
Build docker image:
------------------
sudo docker build --network=host -t placement-example .

Run Jupyter lab demo:
---------------------
sudo docker run --name placement-example --network=host -it placement-example /bin/bash -c 'cd /osdf/examples/placement-models-minizinc/vdns-plus-vfw-use-case; jupyter lab --port=<public port> --ip=<public ip> --allow-root placement-minizinc.ipynb'

Usage Example:
  sudo docker run --name placement-example --network=host -it placement-example /bin/bash -c 'cd /osdf/examples/placement-models-minizinc/vdns-plus-vfw-use-case; jupyter lab --port=8181 --ip=10.172.161.6 --allow-root placement-minizinc.ipynb'
.org/avatar/3297b5200cdc5f0baa32b08f46ac42bc?s=13&d=retro' />yangyan1-1/+1 Issue-ID: VFC-1031 Change-Id: Icab173a0927d3b82ea38733b6541e197ae01930f Signed-off-by: yangyan <yangyanyj@chinamobile.com> 2018-07-31Enable istio sidecar injectio for vfcHuabing Zhao2-0/+5 Issue-ID: VFC-1003 Change-Id: I965aa3887e26c828b8d671edd6e423c33508af91 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> 2018-06-05Sync OOM docker versions with docker-manifest.csvGary Wu1-1/+1 Sync OOM docker versions with docker-manifest.csv commit a6e05c8c18624a1794abb1d3a3ab879a7a06bcfe Change-Id: If8df538638670e0f1080d41d40d06de54ab1d93a Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> 2018-05-10Improve docker registry secret managementBorislavG1-1/+0 Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> 2018-05-08Sync docker image images with docker-manifest.csvGary Wu1-1/+1 Update the docker image versions in the OOM helm charts with the versions specified in the docker-manifest.csv in the integration repo. Change-Id: I38bd9e98ae1b15ed4bbc68051b8516f311aa8db0 Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> 2018-04-24Make all services independent of helm Release.NameBorislavG2-4/+5 Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> 2018-04-16Update readiness-check versionBorislavG1-1/+1 Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> 2018-04-12VFC Communication fails because MSB service namemahendrr2-4/+2 Change-Id: I26e27cfb3b973bbffd0a94e3ec8411f5218cdf4f Issue-ID: OOM-804 Signed-off-by: mahendrr <mahendra.raghuwanshi@amdocs.com> 2018-04-10Standardized Config for VFCMike Elliott7-0/+349 Change-Id: Ie7064b59032c6cd81ee37466c89a5dee74530939 Issue-ID: OOM-750 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>