os-refresh-config


Nameos-refresh-config JSON
Version 14.0.0 PyPI version JSON
download
home_pagehttp://opendev.org/openstack/os-refresh-config
SummaryRefresh system configuration
upload_time2024-04-19 09:19:00
maintainerNone
docs_urlNone
authorOpenStack
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/os-refresh-config.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

=================
os-refresh-config
=================

`os-refresh-config` uses `dib-run-parts` to run scripts in a
pre-defined set of directories::

  /opt/stack/os-config-refresh/pre-configure.d
  /opt/stack/os-config-refresh/configure.d
  /opt/stack/os-config-refresh/post-configure.d
  /opt/stack/os-config-refresh/migration.d
  /opt/stack/os-config-refresh/error.d

`/opt/stack/os-config-refresh` is the default base directory. You can
set `OS_REFRESH_CONFIG_BASE_DIR` environment variable to override the
default one.

Its intended purpose is to separate scripts execution into 4 phases:

1. Quiesce(pre-configure.d),
2. Configure(configure.d),
3. Activate(post-configure.d).
4. Migrate(migration.d),

It runs through all the phases above to ensure configuration is applied
and enabled on a machine. It will run the scripts in error.d and then
exit with a non-zero exit status if any phase has a problem. The scripts
in each phase should not depend on each other having worked properly.

Note: Earlier versions of os-refresh-config ran migration before
post-configure. This was an oversight in the initial design, as
migrations are intended to be online migrations after the host is
fully configured.

For things which must happen while the service is quiesced, that should
be done in the post-configure scripts which control the service state.




            

Raw data

            {
    "_id": null,
    "home_page": "http://opendev.org/openstack/os-refresh-config",
    "name": "os-refresh-config",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/63/dd/0709108d71ddbdd6b216672de93a031c983159f6fc6e79c67715f1478428/os-refresh-config-14.0.0.tar.gz",
    "platform": null,
    "description": "========================\nTeam and repository tags\n========================\n\n.. image:: https://governance.openstack.org/tc/badges/os-refresh-config.svg\n    :target: https://governance.openstack.org/tc/reference/tags/index.html\n\n.. Change things from this point on\n\n=================\nos-refresh-config\n=================\n\n`os-refresh-config` uses `dib-run-parts` to run scripts in a\npre-defined set of directories::\n\n  /opt/stack/os-config-refresh/pre-configure.d\n  /opt/stack/os-config-refresh/configure.d\n  /opt/stack/os-config-refresh/post-configure.d\n  /opt/stack/os-config-refresh/migration.d\n  /opt/stack/os-config-refresh/error.d\n\n`/opt/stack/os-config-refresh` is the default base directory. You can\nset `OS_REFRESH_CONFIG_BASE_DIR` environment variable to override the\ndefault one.\n\nIts intended purpose is to separate scripts execution into 4 phases:\n\n1. Quiesce(pre-configure.d),\n2. Configure(configure.d),\n3. Activate(post-configure.d).\n4. Migrate(migration.d),\n\nIt runs through all the phases above to ensure configuration is applied\nand enabled on a machine. It will run the scripts in error.d and then\nexit with a non-zero exit status if any phase has a problem. The scripts\nin each phase should not depend on each other having worked properly.\n\nNote: Earlier versions of os-refresh-config ran migration before\npost-configure. This was an oversight in the initial design, as\nmigrations are intended to be online migrations after the host is\nfully configured.\n\nFor things which must happen while the service is quiesced, that should\nbe done in the post-configure scripts which control the service state.\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Refresh system configuration",
    "version": "14.0.0",
    "project_urls": {
        "Homepage": "http://opendev.org/openstack/os-refresh-config"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "934704335c0b7c618628cbc51722633ca29577c03e85be5d508b2692f9cb158f",
                "md5": "684edf2431f0c18399f6b868ae4d43b3",
                "sha256": "bb4aef319ae28ee4eaba3abb3245010b32e6a5853a3f95a58e75d44548addd39"
            },
            "downloads": -1,
            "filename": "os_refresh_config-14.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "684edf2431f0c18399f6b868ae4d43b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16268,
            "upload_time": "2024-04-19T09:18:58",
            "upload_time_iso_8601": "2024-04-19T09:18:58.742321Z",
            "url": "https://files.pythonhosted.org/packages/93/47/04335c0b7c618628cbc51722633ca29577c03e85be5d508b2692f9cb158f/os_refresh_config-14.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63dd0709108d71ddbdd6b216672de93a031c983159f6fc6e79c67715f1478428",
                "md5": "56c86b7feffcd76c11e08ffc8c6e01b8",
                "sha256": "e5817575e8c0db426c8034c9e28cfbf9494f8224e4460c286080dd6838137c9a"
            },
            "downloads": -1,
            "filename": "os-refresh-config-14.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "56c86b7feffcd76c11e08ffc8c6e01b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 17492,
            "upload_time": "2024-04-19T09:19:00",
            "upload_time_iso_8601": "2024-04-19T09:19:00.479643Z",
            "url": "https://files.pythonhosted.org/packages/63/dd/0709108d71ddbdd6b216672de93a031c983159f6fc6e79c67715f1478428/os-refresh-config-14.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 09:19:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "os-refresh-config"
}
        
Elapsed time: 0.23429s