aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4
AgeCommit message (Collapse)AuthorFilesLines
2017-11-07Connect the Moon subjects with the Keystone users.Thomas Duval8-18/+48
Change-Id: I67a8956e86cda0853f352743ab0886169bdc2902
2017-11-07Update GUI code to the latest available.Thomas Duval108-6/+6
Change-Id: Iccb0c4b94215cce1ea0697a16d271fd186c17284
2017-11-06Merge "Fix the bug on the connection between interface and authz."Ruan HE15-48/+92
2017-11-06Fix the bug on the connection between interface and authz.Thomas Duval15-48/+92
Change-Id: Iea2f763fb2cfb90250be76d91cb2fe0e9b481716
2017-11-06Move conf file to comply with the startup script.Thomas Duval1-0/+0
Change-Id: I04100328879f552fdd8e18802be20180dd6412ec
2017-11-04Merge "Update the TODO"Ruan HE1-12/+6
2017-11-03Don't force the script to map the "admin" tenant to a PDPThomas Duval1-8/+8
Change-Id: I8b4cddd018b1869181304986f731b5529c3fd01a
2017-11-03Fix the Moon platform startup and fix some bugs in startup.Thomas Duval19-139/+439
Change-Id: I9014071c755ec5ef0c9eb0d575af29d5f3ad3533
2017-11-03Update the TODOThomas Duval1-12/+6
Change-Id: I2053c0ae1295359889e4aff5fb76889b7f8a6e57
2017-11-03Fix a bug in categoriesThomas Duval1-6/+6
Change-Id: I914f33c054dffc103cbe8c7e9165526b728a82ea
2017-11-03Use Apache as web server and create configuration for host and portThomas Duval3-15/+39
Change-Id: Ibbf50f069d8013900884c17a86b1105fc1eb7ae7
2017-10-29Add the POD API in OrchestratorThomas Duval1-0/+108
Change-Id: I98396ec760aa00beb87c60a566ed6b1991fce42e
2017-10-29Fix some bugsThomas Duval2-13/+114
Change-Id: Ia0d2e4b463f80b606381e3c98d1a8cdd01a01c82
2017-10-29Update the moonforming templateThomas Duval13-8/+1545
Change-Id: I283a414acb2d38ca094bc542dec577b085217cf9
2017-10-29Update the configuration fileThomas Duval1-5/+10
Change-Id: I47a660152bde2ae175ae3fd5194f49716628fcc9
2017-10-29Delete wrapper API and use Kubernetes instead of DockerThomas Duval6-237/+4
Change-Id: I803b8ad92ac7261d0fb41f43337221d41c8261e9
2017-10-29Fix some bugsThomas Duval5-31/+15
Change-Id: I15e25e4771122e7145dfc7cbb9cbe39edada5214
2017-10-29Update Manager to use KubernetesThomas Duval2-7/+19
Change-Id: I46a755a218a49e6bb91e328ff35b3f8f19d78e2d
2017-10-29Update Orchestrator to use KubernetesThomas Duval9-451/+592
Change-Id: Ib1f1fb54544e4ac985ef2063ff8114d804e83d0e
2017-10-29Delete some Oslo modules and update the cacheThomas Duval7-108/+169
Change-Id: I0888f40218a5513ef45af5267785acd8f8fddfd8
2017-10-29Add Kubernetes configuration scripts.Thomas Duval13-0/+410
Change-Id: I1dedc51b32db3008c955dd6e4be9013cb4ef6379
2017-10-20Send 500 HTTP error in case of error.Thomas Duval10-143/+217
Change-Id: Iac854d2b30900377e016711218090e7efc906986
2017-10-12Add the moonforming container.asteroide4-0/+130
Change-Id: I8da07a3cdca18b837ea51e64045006562ca03c7a
2017-10-04Update code to the latest working version: version 4.2asteroide39-2064/+2327
Change-Id: I25d222ce9c8f4af8755886b79852d99b6870d515
2017-09-28Clean the code.asteroide1-15/+6
Change-Id: Iac63eaf3573668add4d61f8010ea5240efb49c8a
2017-09-28Fix some bugs in bootstrap.asteroide1-22/+33
Change-Id: I6ef3f69ebb26987f2529d2d7e6e96024de817544
2017-09-21Update READMEasteroide1-35/+27
Change-Id: I8ad66b97ed9019bbe3b7cd74dbe111145781cb0b
2017-09-21Add send_authz in tests directoryasteroide1-1/+3
Change-Id: I4d1a508716daf41ab5dd0b02326ca6c351b9fa26
2017-09-21Fix some bugs and delete MessageQueue startupasteroide1-44/+2
Change-Id: I380c1cd4c24bf5f9069561eb3f6141788042c3a3
2017-09-19Delete graph functions and clean the codeasteroide2-161/+29
Change-Id: I507e2af5ffdbb97a36469a369e4c48ba7c65be33
2017-09-13Move configuration file from Orchestrator.asteroide1-0/+86
Change-Id: Ib05531b1556acf97f1baa6437801634aded9bfe3
2017-09-13Move bootstrap from Orchestrator and update it.asteroide1-0/+265
Change-Id: I6b2f8542cb313a6513cc6a95f7ae81f93a31f1ef
2017-09-13Move test files from Interface dir to tests dirasteroide19-0/+2658
Change-Id: Iaf697b15a8e51cd96a4a1b65d74483b7f3ac9cea
2017-09-13Move Manager interface from a RabbitMQq connection to a HTTP connectionasteroide16-1096/+2170
Change-Id: I03508303cae86d685e68b61839190af3783c4bf7
2017-09-11Fix a bug when calling Interface.asteroide1-1/+1
Change-Id: I60b32a7296c8df6d3d320e093faa388037492031
2017-09-08Fix a bug in URL to interfaceasteroide1-1/+1
Change-Id: I0529a84b77b38cc00e72418720a2b864fc7671e2
2017-09-07Add the moon_wrapper componentasteroide10-0/+401
Change-Id: I21cb5ff5a25e3b9af07e19f7bfd7a737ad9f136d
2017-08-18Update TODOasteroide1-2/+9
Change-Id: I324e5f6dd1ff7109d67857cb9a581231ccceb88f
2017-07-28Put GUI in container.asteroide2-12/+23
Change-Id: Ib0b126e463461b20ced52e5b3dd7cc37045e1716
2017-07-28Add the bootstrap python file.asteroide1-0/+203
Change-Id: Id453db2782b9f5280c7af92a08f11a50838d827f
2017-07-28Add bootstrap file to configure and run orchestratorasteroide3-3/+10
Change-Id: I1ffca2ccfd90dfa3fc22e49d39d8905765a50b7a
2017-07-28Update Keystone container to Ocata versionasteroide1-1/+1
Change-Id: I6d154357140ed143b6e70ae0e7ba8cffd57fce64
2017-07-28Update setup due to the name modification of the readmeasteroide1-1/+1
Change-Id: Iaa974b85670a575ed2896a24e14db8752345c9ef
2017-07-28Update the docker configurationasteroide1-3/+2
Change-Id: Ib19fe47110de13001f2d26393627d5f19235c92c
2017-07-27improve moonv4 README.mdWuKong4-166/+34
Change-Id: Ic255399401c52f06246249ed9732be630f9e5e0a
2017-07-27Fix 2 bugs in READMEasteroide1-2/+2
Change-Id: I3b65c2a623058ef07ccb27e4d3c2e0fc1b1add63
2017-07-27Add commands to wait for the database to set upasteroide1-0/+7
Change-Id: Ifa6453f4399b203611745820f4ea4ad8afcf49c8
2017-07-27Update the configuration file tu use with dockerasteroide1-1/+1
Change-Id: I5c668983f5acf64ce470d32f2966d52e6b3fb4d8
2017-07-26Update container to Keystone Ocataasteroide2-74/+12
Change-Id: I44416d7a0ca0785cbf9a60234ea3af6d079e3edd
2017-07-26Fix a bug when connecting to Keystoneasteroide1-1/+1
Change-Id: I2341225603fcfbfcce442a9870e37caaeb77e11d