Skip to content

Commit 84e301d

Browse files
author
olevole
committed
sed s:bsdstore.ru:convectix.com:g
1 parent 104d3bb commit 84e301d

File tree

96 files changed

+723
-478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+723
-478
lines changed

cbsd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ greeting="node"
111111

112112
# External source for online doc
113113
docversion="13.x"
114-
cbsddocsrc="https://www.bsdstore.ru/en/${docversion}"
114+
cbsddocsrc="https://www.convectix.com/en/${docversion}"
115115

116116
##############################################
117117
# Set PATH

modules/bsdconf.d/cloud-master_prestart.d/cloud_init_set_netname.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Helper to set proper interface name for cloud-init network settings
33
# this can be useful in distributions where interface names are
44
# dynamically dependent on PCI bus slot
5-
# Additional: https://www.bsdstore.ru/en/articles/cbsd_cloud_init.html
5+
# Additional: https://www.convectix.com/en/articles/cbsd_cloud_init.html
66

77
set -e
88
. ${distdir}/cbsd.conf

release/mkisoimages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if [ -z "${DPATH}" ]; then
106106
exit 1
107107
fi
108108

109-
[ -z "${PUBLISHER}" ] && PUBLISHER="The CBSD Project. http://www.bsdstore.ru"
109+
[ -z "${PUBLISHER}" ] && PUBLISHER="The CBSD Project. http://www.convectix.com"
110110
[ -z "${EFI}" ] && EFI=1
111111

112112
if [ ! -f "${CHROOT}/boot/loader.efi" -a ${EFI} -eq 1 ]; then

share/FreeBSD-filebases_15.txt.xz

76 Bytes
Binary file not shown.

share/FreeBSD-filemin_15.txt.xz

-16 Bytes
Binary file not shown.

share/docs/bhyve/bhyve.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For convenience, the bhyve control commands in CBSD are similar to the jail cont
2424

2525
Using **CBSD**, you can combine in one tool management for both jail containers and virtual machines on the bhyve hypervisor, using this or that approach in different tasks
2626

27-
Additionally, you can read the article: [Jails против Bhyve](http://www.bsdstore.ru/ru/articles/bhyve_vs_jails.html) (rus)
27+
Additionally, you can read the article: [Jails против Bhyve](http://www.convectix.com/ru/articles/bhyve_vs_jails.html) (rus)
2828

2929
## Getting Started with bhyve
3030

@@ -39,7 +39,7 @@ If your system lacks any components or settings, you will see the appropriate pr
3939

4040
When ready, you will see a dialog-based menu for creating a virtual machine:
4141

42-
![](http://www.bsdstore.ru/img/bconstruct-tui1.png)
42+
![](http://www.convectix.com/img/bconstruct-tui1.png)
4343

4444
The options **vm\_os\_profile**, **jname**, and **imgsize** \- are mandatory for manual input
4545

@@ -49,11 +49,11 @@ If you start the virtual machine for the first time, when you start, the corresp
4949

5050
A number of parameters (bhyve arguments) are available in the submenu **bhyve\_options**:
5151

52-
![](http://www.bsdstore.ru/img/bconstruct-tui2.png)
52+
![](http://www.convectix.com/img/bconstruct-tui2.png)
5353

5454
and **vnc\_options**:
5555

56-
![](http://www.bsdstore.ru/img/bconstruct-tui3.png)
56+
![](http://www.convectix.com/img/bconstruct-tui3.png)
5757

5858
Please note that when you enter the **imgsize** parameter, you specify the amount of the first (boot) virtual hard disk.
5959

@@ -70,5 +70,5 @@ You may prefer two other switching options available in **CBSD**
7070

7171
Attention! Note the presence of a menu for selecting the bhyve IP address in the bconstruct-tui menu. Keep in mind that without auxiliary scripts inside the distribution or virtual machine, you can not manage the settings in the virtual machine itself from the outside.
7272
This menu item saves the IP address in the CBSD database so that you can configure third-party methods (for example via DHCP) to automatically configure the OS without having to put your own scripts inside. As an example,
73-
Look at the article: [CBSD/bhyve and DHCPD](http://www.bsdstore.ru/en/articles/cbsd_vm_hook_dhcpd.html)
73+
Look at the article: [CBSD/bhyve and DHCPD](http://www.convectix.com/en/articles/cbsd_vm_hook_dhcpd.html)
7474

share/docs/bhyve/wf_bcheckpoint_ssi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ where:
3434
- \- **mode**: (required) action relative to the environment: create (create checkpoint), list (list of checkpoints created), destroyall (destroy all checkpoints)
3535
- \- **name**: (optional) specify an alternate checkpoint name, by default: checkpoint
3636
- \- **poweroff**: (optional). When poweroff=1, **CBSD** will automatically shut down the virtual machine instantly
37-
(via [bstop](http://www.bsdstore.ru/en/13.0.x/wf_bstop_bstart_ssi.html) **noacpi=1**) on the fact of checkpoint creation.
37+
(via [bstop](http://www.convectix.com/en/13.0.x/wf_bstop_bstart_ssi.html) **noacpi=1**) on the fact of checkpoint creation.
3838

3939
```
4040
% cbsd bls

share/docs/bhyve/wf_bconfig_ssi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Configuring the Virtual Machine Settings
1313

1414
Each virtual machine **CBSD** stores the settings in the SQLite3 database. To change the settings of a VM can serve command **cbsd bconfig**, TUI launches menu for changing the basic settings.
1515

16-
Description of relevant parameters, you can read on the page [VM create](http://www.bsdstore.ru/en/13.0.x/wf_bcreate_ssi.html)
16+
Description of relevant parameters, you can read on the page [VM create](http://www.convectix.com/en/13.0.x/wf_bcreate_ssi.html)
1717

1818
## Custom scripts for starting and stopping action on jail
1919

@@ -40,7 +40,7 @@ You will receive notification upon startup cells by email: root@example.net
4040

4141
The functionality of execution custom scripts and the availability of variables in environments can play a big role in the integration of **CBSD** and external applications, such as **Consul**
4242

43-
As an example of use, see the article [Example of using CBSD/bhyve and ISC-DHCPD (Serve IP address in bhyve through pre/post hooks)](http://www.bsdstore.ru/en/articles/cbsd_vm_hook_dhcpd.html)
43+
As an example of use, see the article [Example of using CBSD/bhyve and ISC-DHCPD (Serve IP address in bhyve through pre/post hooks)](http://www.convectix.com/en/articles/cbsd_vm_hook_dhcpd.html)
4444

45-
As an example of use, see the article [Example of using CBSD/jail and Consul (Register/unregister jail's via pre/post hooks, in Consul)](http://www.bsdstore.ru/en/articles/cbsd_jail_hook_consul.html)
45+
As an example of use, see the article [Example of using CBSD/jail and Consul (Register/unregister jail's via pre/post hooks, in Consul)](http://www.convectix.com/en/articles/cbsd_jail_hook_consul.html)
4646

share/docs/bhyve/wf_bcpu_topology_ssi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For example, having 8 cores, you can configure them as:
3434

3535
As such, the configuration of the virtual machine topology does not affect the speed of the virtual machine itself:
3636

37-
![](http://www.bsdstore.ru/img/cpu_topology_intro.png)
37+
![](http://www.convectix.com/img/cpu_topology_intro.png)
3838

3939
The configuration data becomes important, in conjunction with the settings for binding the virtual machine cores to a particular group of physical server cores (set\_affinity, cpu-pinning), as will be discussed separately. The aim of this article is to consider
4040
bhyve possibilities and work with its configuration through **CBSD**.
@@ -44,19 +44,19 @@ To view the current topology on the host side, use the command **cbsd cpu-topolo
4444
If the virtual machine is bound to a particular core of the physical machine, you will see its name opposite the given kernel of a specific socket. If there are no bindings/pinning, all virtual environments will be opposite each core - since they do not have restrictions on
4545
the use of certain kernels and they can migrate than are required by the OS OS master:
4646

47-
![](http://www.bsdstore.ru/img/cbsd_cpu_topology1.png)
47+
![](http://www.convectix.com/img/cbsd_cpu_topology1.png)
4848

4949
A socket is directly a physical processor (package) on your motherboard. If the processor supports hyper-threading (and it is enabled), the virtual cores will be marked as _THR_
5050

5151
You can create any number of profiles for the topology. You can view their list using vm-cpu-topology:
5252

53-
![](http://www.bsdstore.ru/img/cbsd_cpu_topology3.png)
53+
![](http://www.convectix.com/img/cbsd_cpu_topology3.png)
5454

5555
You can delete or add new ones through the TUI command interface vm-cpu-topology-tui
5656

57-
![](http://www.bsdstore.ru/img/cbsd_cpu_topology2.png)
57+
![](http://www.convectix.com/img/cbsd_cpu_topology2.png)
5858

5959
Profile names must be unique and the application of this or that topology is performed through the command bset, bconfig. And also, the choice of topologies will be available when creating a virtual machine in bconstruct-tui:
6060

61-
![](http://www.bsdstore.ru/img/cbsd_cpu_topology4.png)
61+
![](http://www.convectix.com/img/cbsd_cpu_topology4.png)
6262

share/docs/bhyve/wf_bcreate_ssi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ To create a via DIALOG:
2222

2323
The same menu is available to create a jail when configuring **CBSD** via bsdconfig
2424

25-
![](http://www.bsdstore.ru/img/cbsd_syntax3.png)
25+
![](http://www.convectix.com/img/cbsd_syntax3.png)
2626

2727
If **bconstruct-tui** worked correctly, at the end you will be asked to create a virtual machine. In the case of positive response, **bcreate** will be made to the new configuration automatically. Otherwise, script displays the path to the configuration file (in _$workdir/tmp_), on which you can create a VM.
2828

29-
![](http://www.bsdstore.ru/gif/bcreate.gif)
29+
![](http://www.convectix.com/gif/bcreate.gif)
3030

3131
## Virtual Machine Profiles
3232

@@ -149,28 +149,28 @@ Options and their brief description, which appear in the dialogue form. Dependin
149149
150150
```
151151

152-
![](http://www.bsdstore.ru/img/bcreate7.png)
152+
![](http://www.convectix.com/img/bcreate7.png)
153153

154154
Guest OS type:
155155

156-
![](http://www.bsdstore.ru/img/bcreate8.png)
156+
![](http://www.convectix.com/img/bcreate8.png)
157157

158158
Choosing profile for Linux type guest:
159159

160-
![](http://www.bsdstore.ru/img/bcreate9.png)
160+
![](http://www.convectix.com/img/bcreate9.png)
161161

162162
Choosing VM name:
163163

164-
![](http://www.bsdstore.ru/img/bcreate10.png)
164+
![](http://www.convectix.com/img/bcreate10.png)
165165

166166
Choosing bhyve UEFI boot method:
167167

168-
![](http://www.bsdstore.ru/img/bcreate11.png)
168+
![](http://www.convectix.com/img/bcreate11.png)
169169

170170
Choosing bhyve VNC params:
171171

172-
![](http://www.bsdstore.ru/img/bcreate12.png)
172+
![](http://www.convectix.com/img/bcreate12.png)
173173

174174
Choosing bhyve params:
175175

176-
![](http://www.bsdstore.ru/img/bcreate13.png)
176+
![](http://www.convectix.com/img/bcreate13.png)

0 commit comments

Comments
 (0)