Skip to content

Conversation

@scoopex
Copy link
Contributor

@scoopex scoopex commented Apr 23, 2025

  • be more tolerant references to cloud.yaml entries
  • set mtu automatically if set to 0
  • use directly the specified path if a file is specified

- be more tolerant references to cloud.yaml entries
- set mtu automatically if set to 0
- use directly the specified path if a file is specified

Signed-off-by: Marc Schöchlin <[email protected]>
@scoopex scoopex force-pushed the automatic_mtu_sizes branch from 9179bb7 to 4af120d Compare April 23, 2025 19:12
Signed-off-by: Marc Schöchlin <[email protected]>
@scoopex scoopex force-pushed the automatic_mtu_sizes branch from 0e265ec to cf22a46 Compare April 24, 2025 06:25
Copy link
Member

@garloff garloff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No serious review, just a quick check not seeing anything evil.
If you want to develop this without reviews, we should set up the repo to allow you to override branch protection...

try:
LOGGER.info(f"Reading {Config._file}")
with open(str(Config._file), 'r') as file_fd:
with open(str(Config._file), "r") as file_fd:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is a noop

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that would be nice. I prefer reviews but if there is nobody how can do them, its better to have the possibility to skip them.

@scoopex scoopex merged commit 11de673 into main Apr 25, 2025
2 checks passed
@scoopex scoopex deleted the automatic_mtu_sizes branch April 25, 2025 11:34
scoopex added a commit that referenced this pull request May 14, 2025
* improvements

- be more tolerant references to cloud.yaml entries
- set mtu automatically if set to 0
- use directly the specified path if a file is specified

Signed-off-by: Marc Schöchlin <[email protected]>

* satisfy mypy and linting

Signed-off-by: Marc Schöchlin <[email protected]>

---------

Signed-off-by: Marc Schöchlin <[email protected]>
Co-authored-by: Marc Schöchlin <[email protected]>
Co-authored-by: Kurt Garloff <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
scoopex added a commit that referenced this pull request May 14, 2025
* Health mon profile (#11)
* add a health mon profile

---

Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Co-authored-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>

* Bump jinja2 from 3.1.4 to 3.1.6 in the pip group across 1 directory (#12)

Bumps the pip group with 1 update in the / directory: [jinja2](https://github.com/pallets/jinja).

Updates `jinja2` from 3.1.4 to 3.1.6
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.6)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Marc Schöchlin <[email protected]>

* improvements (#13)

* improvements

- be more tolerant references to cloud.yaml entries
- set mtu automatically if set to 0
- use directly the specified path if a file is specified

Signed-off-by: Marc Schöchlin <[email protected]>

* satisfy mypy and linting

Signed-off-by: Marc Schöchlin <[email protected]>

---------

Signed-off-by: Marc Schöchlin <[email protected]>
Co-authored-by: Marc Schöchlin <[email protected]>
Co-authored-by: Kurt Garloff <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>

* minor-improvement (#14)

Signed-off-by: Marc Schöchlin <[email protected]>
Co-authored-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>

* Update help output (#15)

Signed-off-by: Marc Schöchlin <[email protected]>
Co-authored-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>

* remove outdated example ssh keys

Signed-off-by: Marc Schöchlin <[email protected]>

* check if flavor or images exsists

Signed-off-by: Marc Schöchlin <[email protected]>

* feature: handle existing clouds.yaml

merge the configuration of generated projects to a existing clouds.yaml
and make a backup

Signed-off-by: Marc Schöchlin <[email protected]>

* Fix imports in module entry point (#16)

Signed-off-by: Max Harmathy <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>

* fix typing

Signed-off-by: Marc Schöchlin <[email protected]>

---------

Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Max Harmathy <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Co-authored-by: Marc Schöchlin <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kurt Garloff <[email protected]>
Co-authored-by: Max Harmathy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants