Merge branch 'main' of github.com:ClusterCockpit/cc-docker

This commit is contained in:
Lou Knauer 2021-07-08 09:14:18 +02:00
commit ceb6af494d
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# cc-docker # cc-docker
This is a setup for `docker compose` to try out a complete ClusterCockpit Application Stack including all external components. This docker setup is intended for demo purposes, but can be easily configured to be used as a development environement for ClusterCockpit. This is a setup for `docker compose` to try out a complete ClusterCockpit Application Stack including all external components. This docker setup is intended for demo purposes, but can be easily configured to be used as a development environment for ClusterCockpit.
It creates containers for: It creates containers for:
* mysql * mysql

View File

@ -109,7 +109,7 @@ CREATE TABLE `job_job_tag` (
LOCK TABLES `job_job_tag` WRITE; LOCK TABLES `job_job_tag` WRITE;
/*!40000 ALTER TABLE `job_job_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `job_job_tag` DISABLE KEYS */;
INSERT INTO `job_job_tag` VALUES (1269,3),(1269,4),(1270,4),(1327,3),(1351,1),(1351,2),(1355,1),(1355,2),(1357,1),(1366,1),(1460,1),(1462,1),(1463,1),(1464,1),(1464,2),(1465,1),(1467,1); INSERT INTO `job_job_tag` VALUES (1269,3),(1269,4),(1270,4),(1327,3),(1351,1),(1351,2),(1355,1),(1355,2),(1357,1),(1366,1),(1460,1),(1462,1),(1463,1),(1464,1),(1464,2),(1465,1),(1465,5),(1467,1);
/*!40000 ALTER TABLE `job_job_tag` ENABLE KEYS */; /*!40000 ALTER TABLE `job_job_tag` ENABLE KEYS */;
UNLOCK TABLES; UNLOCK TABLES;
@ -134,7 +134,7 @@ CREATE TABLE `job_tag` (
LOCK TABLES `job_tag` WRITE; LOCK TABLES `job_tag` WRITE;
/*!40000 ALTER TABLE `job_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `job_tag` DISABLE KEYS */;
INSERT INTO `job_tag` VALUES (1,'throughput-limited','bottleneck'),(2,'bandwidth-limited','bottleneck'),(3,'low-utilisation','pathologic'),(4,'load-imbalance','pathologic'); INSERT INTO `job_tag` VALUES (1,'throughput-limited','bottleneck'),(2,'bandwidth-limited','bottleneck'),(3,'low-utilisation','pathologic'),(4,'load-imbalance','pathologic'),(5,'network','bottleneck');
/*!40000 ALTER TABLE `job_tag` ENABLE KEYS */; /*!40000 ALTER TABLE `job_tag` ENABLE KEYS */;
UNLOCK TABLES; UNLOCK TABLES;
@ -177,4 +177,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2021-07-08 09:02:47 -- Dump completed on 2021-07-08 9:02:47