Commit Graph

42 Commits

Author SHA1 Message Date
Andreas Jaeger ed27887344 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I214128a3e962fd796d97492eca3f41e3f493bd8b
2019-12-18 09:49:04 +01:00
OpenDev Sysadmins 061a76be25 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:53 +00:00
Andrey Pavlov 79bd65e902 Store sensitive configs in secret
Change-Id: I3cd37a5131043909a046d6e05895b58db218fa3f
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
2017-03-06 08:41:18 +00:00
Andrey Pavlov a79b31e154 Ajust to per-service configuration
Change-Id: Icc3ecc0f4d3b22a1d280e3321fcfd4b30834c9d0
Depends-On: I274826648390b844d240b7ae545c40264f662452
2017-02-27 09:22:27 +00:00
Bartosz Kupidura 48101af081 Remove self-ref which breaks ccp deploy
Change-Id: I49818f92da1f069121b4781351030eb06814377c
2017-01-30 13:32:58 +01:00
Bartosz Kupidura 40b2323bbb Add telegraf agent to mariadb pod
Change-Id: I5d730e9ad792735ef33d29fa33916f5b7d7c2b06
2017-01-26 10:14:53 +01:00
Jenkins 369b9116d7 Merge "Adding minimal dsl version for services" 2016-11-22 11:00:41 +00:00
Andrey Pavlov 54d500d891 Adding minimal dsl version for services
Change-Id: Ib755efe784a1c4bc04fb49827baa268513dd27e1
Depends-On: Iddb02f88e47e53f8f7233f76ec1afe161c185a86
2016-11-21 12:28:12 +00:00
Sergey Lukjanov 0ad8a1500f Add LICENSE file
Change-Id: I17fec1cf22e2559125cc1a74213dbe3991e1ee84
2016-11-19 22:50:24 -08:00
Sergey Reshetnyak dd23ee1076 Make db service name configurable
Change-Id: Iacc3f02fdd4f39edb5c95d144ffff00b65baa55a
2016-11-17 15:41:06 +03:00
Artur Zarzycki fc8f4a4803 Move repository address to variables url.mariadb.debian.repo
Depends-On: Ideb6323f7192814f6d0ff74a33d34329f603ecb2

Change-Id: If387d7bfa2622afe702db1f59b83f8d4a0207358
2016-11-14 14:03:44 +01:00
Andrey Pavlov b957bc5b33 Ports configuration refactoring
Ports configuration has been changed:

before:

  port: 123:3333

after:

  port:
    cont: 123
    node: 3333

Change-Id: I6dbc1a576356eb175f6e8d1d1c7b13cd13e05f35
Depends-On: I54ab8dd02fc88b821a1f0d05c08f98b618730150
2016-10-26 17:31:48 +00:00
Aleksandr Mogylchenko df51b97a48 Migrate liveness probe to new format
Change-Id: Ie2c8eaa68567dd730921e357ba31afe568986b32
Depends-On: I920029d4cb14981427e7f978778506fb0b69c435
2016-10-26 14:12:53 +02:00
Yuriy Taraday 1c78f81cb5 Convert parent image specification to image_spec calls
Change-Id: I3267e2efc9740d7c32bf6c0b3a1f79edee0bb765
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
2016-10-18 12:53:31 +03:00
Artur Zarzycki 62a5265190 Add venv with posargs
Change-Id: Ib378b7272f6693f994f78fe114ff904ed69979f1
2016-10-07 13:52:21 +02:00
Yuriy Taraday 0b817fce6d Convert all DB config to nested
Change-Id: Iab018288f1a884a72ff687d89b68ca08df47ba06
2016-10-06 15:51:42 +03:00
Jenkins e641c7ee57 Merge "Configure my.cnf default values" 2016-09-29 16:54:23 +00:00
Sergii Golovatiuk 423b3adb23 Configure my.cnf default values
character-set-server is set to utf8, default is latin1 [1]
collation-server is set to utf8_general_ci, default is latin1_swedish_ci

innodb_buffer_pool_size is set to 512M, the default value is 128M.
innodb_file_format is set to Barracuda, the default value is Antelope.
innodb_file_per_table is set to 1, the default value is 0.
innodb_flush_log_at_trx_commit is set to 2, the default value is 1.
innodb_flush_method is set to O_DIRECT, the deefault value is NULL
innodb_io_capacity is set to 500, the default vaule is set to 200
innodb_read_io_threads is set to 8, the default vaue is 4
innodb_write_io_threads is set to 8, the default value is 4

open_files_limit is set to 102400, the default value is 5000 [3]

[1] https://dev.mysql.com/doc/refman/5.6/en/server-options.html#option_mysqld_character-set-server
[2] https://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html
[3] https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html

Change-Id: I5bec63612d9230ab1a69c5d32528b0021473dff1
2016-09-29 12:40:20 +02:00
Proskurin Kirill fb5b885bbf Add skip-name-resolve to my.cnf
All grant entries now must use IP addresses

Change-Id: I12eb1c5bbaea5b86b1375eb5341c2414a4e8d844
2016-09-29 11:13:50 +03:00
Sergey Lukjanov b7b06980b0 Yaml linter execution and config improved
Change-Id: Ib74d2bdcf4cd46414c3f28e75dd07e0c14a625d6
2016-09-16 19:55:35 -07:00
Dmitriy Ukhlov 3258780211 Adapt to new fuel-ccp rendering approach
Change-Id: Ibdda20888db2bc66c6e2105f68010606feed87de
2016-09-13 16:26:03 +03:00
Aleksandr Mogylchenko 372dfb59a1 Add digital ocean repo for mariadb
This image used to depending on base image to provide MariaDB repository and
apropriate pinning. Moving repositories to the image itself makes the
repository more self-contained, and simplifies replacing MariaDB if needed.

Change-Id: I04e8a22a44ba3e8945e59ddc5dbf3f42aff9174a
Depends-On: I3861ce9f87d123d567d1cfc0a8c41fac49c72aa3
2016-09-09 10:40:27 +02:00
Proskurin Kirill ca9f7ae18b Remove variables for mariadb volume
Change-Id: I333e9d89e56ff292bc3da2c636eb53e80b8c62d3
2016-08-18 18:28:21 +03:00
Proskurin Kirill 5cacd475e7 Remove hardcode from mysql logs paths
Change-Id: I3fb3e04f6f424b5a96d8100b02f8310b6569b274
2016-08-05 11:57:33 +02:00
Aleksandr Didenko 83c3fbe97b Fix rediness check
Mysqld is listening on a specific IP not on localhost or 0.0.0.0.
Rediness check should use the same IP.

Change-Id: I5713f5dc6502cac78fcf4d16bd04820f180d69da
2016-07-29 10:56:57 +02:00
Jenkins 2c575ac3aa Merge "Move mariadb logs to volume for heka collecting" 2016-07-28 14:36:49 +00:00
Jenkins 7d5f3bfcf7 Merge "Bind mariadb to private iface" 2016-07-28 13:57:58 +00:00
Sergey Reshetnyak 8ff53543ad Drop hardcoded node selector
Change-Id: I69719655cb8a63eb479cd9cf78f075f58fd6980b
2016-07-28 12:31:56 +00:00
Proskurin Kirill 49d9b39724 Move mariadb logs to volume for heka collecting
Change-Id: I68a9679e1d88fde410815daac05a612c6f56cbb4
Depends-On: I2b879fa3d10e25c51c8aab8dfc2e11560f5c89f8
2016-07-28 14:27:58 +02:00
Proskurin Kirill de038a82a7 Bind mariadb to private iface
We dont need to bind any internal services to 0.0.0.0

Change-Id: I94d52f2165f1d5b2c50e7f0cd2b12688f4f1246e
2016-07-28 12:17:58 +02:00
Proskurin Kirill 9c2bea461e Update mariadb container, so it will run from non-root user
Plus small re-structure.

Change-Id: Ie7eaee8877ff5d39316695ac9e3b6f94204e33c6
2016-07-08 16:18:14 +02:00
Artur Zarzycki 0dcb361e7c Fix to pass linters tests
Change-Id: I711def7324b37d5fa2fb34c7bab7ac034150afcc
2016-07-06 16:42:22 +02:00
Sergey Reshetnyak 030f90f023 Migrate mariadb to multicontainer pod
Change-Id: I23c3df99fa3f870aca5e4fce7f64ed0da8497b7c
2016-06-29 15:15:17 +03:00
Proskurin Kirill fcf800363d Add node selector to mariadb
Change-Id: I33a763908bd9e9e403de15fe9907db3831d70579
2016-06-28 10:03:38 +02:00
Sergey Reshetnyak aac31945ee Adding service definition for mariadb
Change-Id: I912222004584ce9cd5f60a45455ac287214a1d52
2016-06-27 14:31:06 +03:00
NextGen CI debb2ccb28 Merge "Gate test for ms-mariadb" 2016-06-03 10:47:29 +00:00
Proskurin Kirill 57cf51e964 Convert service-mysql.yaml.j2 to... yaml. :-)
Change-Id: I57116689e3e10c04e2368fce17a6951b76862431
2016-06-01 11:15:57 +02:00
Dmitry Tyzhnenko 95476e09ad Gate test for ms-mariadb
Change-Id: I89ca66ec2a6a37f7234d8aa888c5757b5ac2c383
2016-05-29 00:24:48 +03:00
Artur Zarzycki aa767a0fbe Add label to mariadb pod definition
Change-Id: I2ea139bcdb57625b789ab96f32757bd9bab48312
2016-05-18 20:31:08 +02:00
Artur Zarzycki 7037b8ad52 First pod and service definition
Change-Id: Id39a2831d7f738bfa7209a9612032f24d1f0a8c7
2016-05-18 11:53:40 +02:00
Proskurin Kirill f15aefcb06 Initial mariadb image.
Jinja vars and config templates will be added later, since build tool is not
ready yet.

Change-Id: Ia9ececb35591caa020e6c799ea30adf49b4852bb
2016-05-13 11:02:54 +00:00
Fuel Infra Jeepyb fb3d58485b Added .gitreview 2016-05-06 10:31:42 +00:00