Skip to content

improvements#13

Merged
scoopex merged 3 commits intomainfrom
automatic_mtu_sizes
Apr 25, 2025
Merged

improvements#13
scoopex merged 3 commits intomainfrom
automatic_mtu_sizes

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 <marc.schoechlin@uhurutec.com>
@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 <marc.schoechlin@uhurutec.com>
@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 <marc.schoechlin@uhurutec.com>

* satisfy mypy and linting

Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

---------

Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Co-authored-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Co-authored-by: Kurt Garloff <kurt@garloff.de>
Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
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 <schoechlin@osb-alliance.com>
Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Co-authored-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

* 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

* 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 <marc.schoechlin@uhurutec.com>

* satisfy mypy and linting

Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

---------

Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Co-authored-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Co-authored-by: Kurt Garloff <kurt@garloff.de>
Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

* minor-improvement (#14)

Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Co-authored-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

* Update help output (#15)

Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Co-authored-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

* remove outdated example ssh keys

Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

* check if flavor or images exsists

Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

* 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 <marc.schoechlin@uhurutec.com>

* Fix imports in module entry point (#16)

Signed-off-by: Max Harmathy <max.harmathy@uhurutec.com>
Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

* fix typing

Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>

---------

Signed-off-by: Marc Schöchlin <schoechlin@osb-alliance.com>
Signed-off-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Max Harmathy <max.harmathy@uhurutec.com>
Signed-off-by: Marc Schöchlin <ms@256bit.org>
Co-authored-by: Marc Schöchlin <marc.schoechlin@uhurutec.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kurt Garloff <kurt@garloff.de>
Co-authored-by: Max Harmathy <harmathy@secure.mailbox.org>
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.

2 participants