oc_adm_csr.py 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import os
  38. import re
  39. import shutil
  40. import subprocess
  41. import tempfile
  42. # pylint: disable=import-error
  43. try:
  44. import ruamel.yaml as yaml
  45. except ImportError:
  46. import yaml
  47. from ansible.module_utils.basic import AnsibleModule
  48. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  49. # -*- -*- -*- Begin included fragment: doc/csr -*- -*- -*-
  50. DOCUMENTATION = '''
  51. ---
  52. module: oc_adm_csr
  53. short_description: Module to approve or deny openshift certificate signing requests
  54. description:
  55. - Wrapper around the openshift `oc adm certificate approve|deny <csr>` command.
  56. options:
  57. state:
  58. description:
  59. - approve|deny|list Approve, deny, and list are the only supported states for certificates
  60. required: false
  61. default: present
  62. choices:
  63. - present
  64. aliases: []
  65. kubeconfig:
  66. description:
  67. - The path for the kubeconfig file to use for authentication
  68. required: false
  69. default: /etc/origin/master/admin.kubeconfig
  70. aliases: []
  71. debug:
  72. description:
  73. - Turn on debug output.
  74. required: false
  75. default: False
  76. aliases: []
  77. nodes:
  78. description:
  79. - A list of the names of the nodes in which to accept the certificates
  80. required: false
  81. default: None
  82. aliases: []
  83. timeout:
  84. description:
  85. - This flag allows for a timeout value when approving nodes.
  86. required: false
  87. default: 30
  88. aliases: []
  89. timeout:
  90. description:
  91. - This flag allows for a timeout value when doing node approvals.
  92. - A zero value for the timeout will block until the nodes have been accepted
  93. required: false
  94. default: 30
  95. aliases: []
  96. approve_all:
  97. description:
  98. - This flag allows for the module to approve all CSRs that are found.
  99. - This facilitates testing.
  100. required: false
  101. default: False
  102. aliases: []
  103. service_account:
  104. description:
  105. - This parameter tells the approval process which service account is being used for the requests
  106. required: false
  107. default: node-bootstrapper
  108. aliases: []
  109. author:
  110. - "Kenny Woodson <kwoodson@redhat.com>"
  111. extends_documentation_fragment: []
  112. '''
  113. EXAMPLES = '''
  114. - name: Approve certificates for node xyz
  115. oc_adm_scr:
  116. nodes:
  117. - xyz
  118. timeout: 300
  119. - name: Approve certificates for node xyz
  120. oc_adm_scr:
  121. nodes:
  122. - xyz
  123. timeout: 0
  124. '''
  125. # -*- -*- -*- End included fragment: doc/csr -*- -*- -*-
  126. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  127. class YeditException(Exception): # pragma: no cover
  128. ''' Exception class for Yedit '''
  129. pass
  130. # pylint: disable=too-many-public-methods
  131. class Yedit(object): # pragma: no cover
  132. ''' Class to modify yaml files '''
  133. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  134. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  135. com_sep = set(['.', '#', '|', ':'])
  136. # pylint: disable=too-many-arguments
  137. def __init__(self,
  138. filename=None,
  139. content=None,
  140. content_type='yaml',
  141. separator='.',
  142. backup=False):
  143. self.content = content
  144. self._separator = separator
  145. self.filename = filename
  146. self.__yaml_dict = content
  147. self.content_type = content_type
  148. self.backup = backup
  149. self.load(content_type=self.content_type)
  150. if self.__yaml_dict is None:
  151. self.__yaml_dict = {}
  152. @property
  153. def separator(self):
  154. ''' getter method for separator '''
  155. return self._separator
  156. @separator.setter
  157. def separator(self, inc_sep):
  158. ''' setter method for separator '''
  159. self._separator = inc_sep
  160. @property
  161. def yaml_dict(self):
  162. ''' getter method for yaml_dict '''
  163. return self.__yaml_dict
  164. @yaml_dict.setter
  165. def yaml_dict(self, value):
  166. ''' setter method for yaml_dict '''
  167. self.__yaml_dict = value
  168. @staticmethod
  169. def parse_key(key, sep='.'):
  170. '''parse the key allowing the appropriate separator'''
  171. common_separators = list(Yedit.com_sep - set([sep]))
  172. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  173. @staticmethod
  174. def valid_key(key, sep='.'):
  175. '''validate the incoming key'''
  176. common_separators = list(Yedit.com_sep - set([sep]))
  177. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  178. return False
  179. return True
  180. # pylint: disable=too-many-return-statements,too-many-branches
  181. @staticmethod
  182. def remove_entry(data, key, index=None, value=None, sep='.'):
  183. ''' remove data at location key '''
  184. if key == '' and isinstance(data, dict):
  185. if value is not None:
  186. data.pop(value)
  187. elif index is not None:
  188. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  189. else:
  190. data.clear()
  191. return True
  192. elif key == '' and isinstance(data, list):
  193. ind = None
  194. if value is not None:
  195. try:
  196. ind = data.index(value)
  197. except ValueError:
  198. return False
  199. elif index is not None:
  200. ind = index
  201. else:
  202. del data[:]
  203. if ind is not None:
  204. data.pop(ind)
  205. return True
  206. if not (key and Yedit.valid_key(key, sep)) and \
  207. isinstance(data, (list, dict)):
  208. return None
  209. key_indexes = Yedit.parse_key(key, sep)
  210. for arr_ind, dict_key in key_indexes[:-1]:
  211. if dict_key and isinstance(data, dict):
  212. data = data.get(dict_key)
  213. elif (arr_ind and isinstance(data, list) and
  214. int(arr_ind) <= len(data) - 1):
  215. data = data[int(arr_ind)]
  216. else:
  217. return None
  218. # process last index for remove
  219. # expected list entry
  220. if key_indexes[-1][0]:
  221. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  222. del data[int(key_indexes[-1][0])]
  223. return True
  224. # expected dict entry
  225. elif key_indexes[-1][1]:
  226. if isinstance(data, dict):
  227. del data[key_indexes[-1][1]]
  228. return True
  229. @staticmethod
  230. def add_entry(data, key, item=None, sep='.'):
  231. ''' Get an item from a dictionary with key notation a.b.c
  232. d = {'a': {'b': 'c'}}}
  233. key = a#b
  234. return c
  235. '''
  236. if key == '':
  237. pass
  238. elif (not (key and Yedit.valid_key(key, sep)) and
  239. isinstance(data, (list, dict))):
  240. return None
  241. key_indexes = Yedit.parse_key(key, sep)
  242. for arr_ind, dict_key in key_indexes[:-1]:
  243. if dict_key:
  244. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  245. data = data[dict_key]
  246. continue
  247. elif data and not isinstance(data, dict):
  248. raise YeditException("Unexpected item type found while going through key " +
  249. "path: {} (at key: {})".format(key, dict_key))
  250. data[dict_key] = {}
  251. data = data[dict_key]
  252. elif (arr_ind and isinstance(data, list) and
  253. int(arr_ind) <= len(data) - 1):
  254. data = data[int(arr_ind)]
  255. else:
  256. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  257. if key == '':
  258. data = item
  259. # process last index for add
  260. # expected list entry
  261. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  262. data[int(key_indexes[-1][0])] = item
  263. # expected dict entry
  264. elif key_indexes[-1][1] and isinstance(data, dict):
  265. data[key_indexes[-1][1]] = item
  266. # didn't add/update to an existing list, nor add/update key to a dict
  267. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  268. # non-existent array
  269. else:
  270. raise YeditException("Error adding to object at path: {}".format(key))
  271. return data
  272. @staticmethod
  273. def get_entry(data, key, sep='.'):
  274. ''' Get an item from a dictionary with key notation a.b.c
  275. d = {'a': {'b': 'c'}}}
  276. key = a.b
  277. return c
  278. '''
  279. if key == '':
  280. pass
  281. elif (not (key and Yedit.valid_key(key, sep)) and
  282. isinstance(data, (list, dict))):
  283. return None
  284. key_indexes = Yedit.parse_key(key, sep)
  285. for arr_ind, dict_key in key_indexes:
  286. if dict_key and isinstance(data, dict):
  287. data = data.get(dict_key)
  288. elif (arr_ind and isinstance(data, list) and
  289. int(arr_ind) <= len(data) - 1):
  290. data = data[int(arr_ind)]
  291. else:
  292. return None
  293. return data
  294. @staticmethod
  295. def _write(filename, contents):
  296. ''' Actually write the file contents to disk. This helps with mocking. '''
  297. tmp_filename = filename + '.yedit'
  298. with open(tmp_filename, 'w') as yfd:
  299. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  300. yfd.write(contents)
  301. fcntl.flock(yfd, fcntl.LOCK_UN)
  302. os.rename(tmp_filename, filename)
  303. def write(self):
  304. ''' write to file '''
  305. if not self.filename:
  306. raise YeditException('Please specify a filename.')
  307. if self.backup and self.file_exists():
  308. shutil.copy(self.filename, self.filename + '.orig')
  309. # Try to set format attributes if supported
  310. try:
  311. self.yaml_dict.fa.set_block_style()
  312. except AttributeError:
  313. pass
  314. # Try to use RoundTripDumper if supported.
  315. if self.content_type == 'yaml':
  316. try:
  317. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  318. except AttributeError:
  319. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  320. elif self.content_type == 'json':
  321. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  322. else:
  323. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  324. 'Please specify a content_type of yaml or json.')
  325. return (True, self.yaml_dict)
  326. def read(self):
  327. ''' read from file '''
  328. # check if it exists
  329. if self.filename is None or not self.file_exists():
  330. return None
  331. contents = None
  332. with open(self.filename) as yfd:
  333. contents = yfd.read()
  334. return contents
  335. def file_exists(self):
  336. ''' return whether file exists '''
  337. if os.path.exists(self.filename):
  338. return True
  339. return False
  340. def load(self, content_type='yaml'):
  341. ''' return yaml file '''
  342. contents = self.read()
  343. if not contents and not self.content:
  344. return None
  345. if self.content:
  346. if isinstance(self.content, dict):
  347. self.yaml_dict = self.content
  348. return self.yaml_dict
  349. elif isinstance(self.content, str):
  350. contents = self.content
  351. # check if it is yaml
  352. try:
  353. if content_type == 'yaml' and contents:
  354. # Try to set format attributes if supported
  355. try:
  356. self.yaml_dict.fa.set_block_style()
  357. except AttributeError:
  358. pass
  359. # Try to use RoundTripLoader if supported.
  360. try:
  361. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  362. except AttributeError:
  363. self.yaml_dict = yaml.safe_load(contents)
  364. # Try to set format attributes if supported
  365. try:
  366. self.yaml_dict.fa.set_block_style()
  367. except AttributeError:
  368. pass
  369. elif content_type == 'json' and contents:
  370. self.yaml_dict = json.loads(contents)
  371. except yaml.YAMLError as err:
  372. # Error loading yaml or json
  373. raise YeditException('Problem with loading yaml file. {}'.format(err))
  374. return self.yaml_dict
  375. def get(self, key):
  376. ''' get a specified key'''
  377. try:
  378. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  379. except KeyError:
  380. entry = None
  381. return entry
  382. def pop(self, path, key_or_item):
  383. ''' remove a key, value pair from a dict or an item for a list'''
  384. try:
  385. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  386. except KeyError:
  387. entry = None
  388. if entry is None:
  389. return (False, self.yaml_dict)
  390. if isinstance(entry, dict):
  391. # AUDIT:maybe-no-member makes sense due to fuzzy types
  392. # pylint: disable=maybe-no-member
  393. if key_or_item in entry:
  394. entry.pop(key_or_item)
  395. return (True, self.yaml_dict)
  396. return (False, self.yaml_dict)
  397. elif isinstance(entry, list):
  398. # AUDIT:maybe-no-member makes sense due to fuzzy types
  399. # pylint: disable=maybe-no-member
  400. ind = None
  401. try:
  402. ind = entry.index(key_or_item)
  403. except ValueError:
  404. return (False, self.yaml_dict)
  405. entry.pop(ind)
  406. return (True, self.yaml_dict)
  407. return (False, self.yaml_dict)
  408. def delete(self, path, index=None, value=None):
  409. ''' remove path from a dict'''
  410. try:
  411. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  412. except KeyError:
  413. entry = None
  414. if entry is None:
  415. return (False, self.yaml_dict)
  416. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  417. if not result:
  418. return (False, self.yaml_dict)
  419. return (True, self.yaml_dict)
  420. def exists(self, path, value):
  421. ''' check if value exists at path'''
  422. try:
  423. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  424. except KeyError:
  425. entry = None
  426. if isinstance(entry, list):
  427. if value in entry:
  428. return True
  429. return False
  430. elif isinstance(entry, dict):
  431. if isinstance(value, dict):
  432. rval = False
  433. for key, val in value.items():
  434. if entry[key] != val:
  435. rval = False
  436. break
  437. else:
  438. rval = True
  439. return rval
  440. return value in entry
  441. return entry == value
  442. def append(self, path, value):
  443. '''append value to a list'''
  444. try:
  445. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  446. except KeyError:
  447. entry = None
  448. if entry is None:
  449. self.put(path, [])
  450. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  451. if not isinstance(entry, list):
  452. return (False, self.yaml_dict)
  453. # AUDIT:maybe-no-member makes sense due to loading data from
  454. # a serialized format.
  455. # pylint: disable=maybe-no-member
  456. entry.append(value)
  457. return (True, self.yaml_dict)
  458. # pylint: disable=too-many-arguments
  459. def update(self, path, value, index=None, curr_value=None):
  460. ''' put path, value into a dict '''
  461. try:
  462. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  463. except KeyError:
  464. entry = None
  465. if isinstance(entry, dict):
  466. # AUDIT:maybe-no-member makes sense due to fuzzy types
  467. # pylint: disable=maybe-no-member
  468. if not isinstance(value, dict):
  469. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  470. 'value=[{}] type=[{}]'.format(value, type(value)))
  471. entry.update(value)
  472. return (True, self.yaml_dict)
  473. elif isinstance(entry, list):
  474. # AUDIT:maybe-no-member makes sense due to fuzzy types
  475. # pylint: disable=maybe-no-member
  476. ind = None
  477. if curr_value:
  478. try:
  479. ind = entry.index(curr_value)
  480. except ValueError:
  481. return (False, self.yaml_dict)
  482. elif index is not None:
  483. ind = index
  484. if ind is not None and entry[ind] != value:
  485. entry[ind] = value
  486. return (True, self.yaml_dict)
  487. # see if it exists in the list
  488. try:
  489. ind = entry.index(value)
  490. except ValueError:
  491. # doesn't exist, append it
  492. entry.append(value)
  493. return (True, self.yaml_dict)
  494. # already exists, return
  495. if ind is not None:
  496. return (False, self.yaml_dict)
  497. return (False, self.yaml_dict)
  498. def put(self, path, value):
  499. ''' put path, value into a dict '''
  500. try:
  501. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  502. except KeyError:
  503. entry = None
  504. if entry == value:
  505. return (False, self.yaml_dict)
  506. # deepcopy didn't work
  507. # Try to use ruamel.yaml and fallback to pyyaml
  508. try:
  509. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  510. default_flow_style=False),
  511. yaml.RoundTripLoader)
  512. except AttributeError:
  513. tmp_copy = copy.deepcopy(self.yaml_dict)
  514. # set the format attributes if available
  515. try:
  516. tmp_copy.fa.set_block_style()
  517. except AttributeError:
  518. pass
  519. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  520. if result is None:
  521. return (False, self.yaml_dict)
  522. # When path equals "" it is a special case.
  523. # "" refers to the root of the document
  524. # Only update the root path (entire document) when its a list or dict
  525. if path == '':
  526. if isinstance(result, list) or isinstance(result, dict):
  527. self.yaml_dict = result
  528. return (True, self.yaml_dict)
  529. return (False, self.yaml_dict)
  530. self.yaml_dict = tmp_copy
  531. return (True, self.yaml_dict)
  532. def create(self, path, value):
  533. ''' create a yaml file '''
  534. if not self.file_exists():
  535. # deepcopy didn't work
  536. # Try to use ruamel.yaml and fallback to pyyaml
  537. try:
  538. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  539. default_flow_style=False),
  540. yaml.RoundTripLoader)
  541. except AttributeError:
  542. tmp_copy = copy.deepcopy(self.yaml_dict)
  543. # set the format attributes if available
  544. try:
  545. tmp_copy.fa.set_block_style()
  546. except AttributeError:
  547. pass
  548. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  549. if result is not None:
  550. self.yaml_dict = tmp_copy
  551. return (True, self.yaml_dict)
  552. return (False, self.yaml_dict)
  553. @staticmethod
  554. def get_curr_value(invalue, val_type):
  555. '''return the current value'''
  556. if invalue is None:
  557. return None
  558. curr_value = invalue
  559. if val_type == 'yaml':
  560. try:
  561. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  562. # pylint: disable=maybe-no-member
  563. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  564. except AttributeError:
  565. curr_value = yaml.safe_load(invalue)
  566. elif val_type == 'json':
  567. curr_value = json.loads(invalue)
  568. return curr_value
  569. @staticmethod
  570. def parse_value(inc_value, vtype=''):
  571. '''determine value type passed'''
  572. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  573. 'on', 'On', 'ON', ]
  574. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  575. 'off', 'Off', 'OFF']
  576. # It came in as a string but you didn't specify value_type as string
  577. # we will convert to bool if it matches any of the above cases
  578. if isinstance(inc_value, str) and 'bool' in vtype:
  579. if inc_value not in true_bools and inc_value not in false_bools:
  580. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  581. elif isinstance(inc_value, bool) and 'str' in vtype:
  582. inc_value = str(inc_value)
  583. # There is a special case where '' will turn into None after yaml loading it so skip
  584. if isinstance(inc_value, str) and inc_value == '':
  585. pass
  586. # If vtype is not str then go ahead and attempt to yaml load it.
  587. elif isinstance(inc_value, str) and 'str' not in vtype:
  588. try:
  589. inc_value = yaml.safe_load(inc_value)
  590. except Exception:
  591. raise YeditException('Could not determine type of incoming value. ' +
  592. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  593. return inc_value
  594. @staticmethod
  595. def process_edits(edits, yamlfile):
  596. '''run through a list of edits and process them one-by-one'''
  597. results = []
  598. for edit in edits:
  599. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  600. if edit.get('action') == 'update':
  601. # pylint: disable=line-too-long
  602. curr_value = Yedit.get_curr_value(
  603. Yedit.parse_value(edit.get('curr_value')),
  604. edit.get('curr_value_format'))
  605. rval = yamlfile.update(edit['key'],
  606. value,
  607. edit.get('index'),
  608. curr_value)
  609. elif edit.get('action') == 'append':
  610. rval = yamlfile.append(edit['key'], value)
  611. else:
  612. rval = yamlfile.put(edit['key'], value)
  613. if rval[0]:
  614. results.append({'key': edit['key'], 'edit': rval[1]})
  615. return {'changed': len(results) > 0, 'results': results}
  616. # pylint: disable=too-many-return-statements,too-many-branches
  617. @staticmethod
  618. def run_ansible(params):
  619. '''perform the idempotent crud operations'''
  620. yamlfile = Yedit(filename=params['src'],
  621. backup=params['backup'],
  622. content_type=params['content_type'],
  623. separator=params['separator'])
  624. state = params['state']
  625. if params['src']:
  626. rval = yamlfile.load()
  627. if yamlfile.yaml_dict is None and state != 'present':
  628. return {'failed': True,
  629. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  630. 'file exists, that it is has correct permissions, and is valid yaml.'}
  631. if state == 'list':
  632. if params['content']:
  633. content = Yedit.parse_value(params['content'], params['content_type'])
  634. yamlfile.yaml_dict = content
  635. if params['key']:
  636. rval = yamlfile.get(params['key'])
  637. return {'changed': False, 'result': rval, 'state': state}
  638. elif state == 'absent':
  639. if params['content']:
  640. content = Yedit.parse_value(params['content'], params['content_type'])
  641. yamlfile.yaml_dict = content
  642. if params['update']:
  643. rval = yamlfile.pop(params['key'], params['value'])
  644. else:
  645. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  646. if rval[0] and params['src']:
  647. yamlfile.write()
  648. return {'changed': rval[0], 'result': rval[1], 'state': state}
  649. elif state == 'present':
  650. # check if content is different than what is in the file
  651. if params['content']:
  652. content = Yedit.parse_value(params['content'], params['content_type'])
  653. # We had no edits to make and the contents are the same
  654. if yamlfile.yaml_dict == content and \
  655. params['value'] is None:
  656. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  657. yamlfile.yaml_dict = content
  658. # If we were passed a key, value then
  659. # we enapsulate it in a list and process it
  660. # Key, Value passed to the module : Converted to Edits list #
  661. edits = []
  662. _edit = {}
  663. if params['value'] is not None:
  664. _edit['value'] = params['value']
  665. _edit['value_type'] = params['value_type']
  666. _edit['key'] = params['key']
  667. if params['update']:
  668. _edit['action'] = 'update'
  669. _edit['curr_value'] = params['curr_value']
  670. _edit['curr_value_format'] = params['curr_value_format']
  671. _edit['index'] = params['index']
  672. elif params['append']:
  673. _edit['action'] = 'append'
  674. edits.append(_edit)
  675. elif params['edits'] is not None:
  676. edits = params['edits']
  677. if edits:
  678. results = Yedit.process_edits(edits, yamlfile)
  679. # if there were changes and a src provided to us we need to write
  680. if results['changed'] and params['src']:
  681. yamlfile.write()
  682. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  683. # no edits to make
  684. if params['src']:
  685. # pylint: disable=redefined-variable-type
  686. rval = yamlfile.write()
  687. return {'changed': rval[0],
  688. 'result': rval[1],
  689. 'state': state}
  690. # We were passed content but no src, key or value, or edits. Return contents in memory
  691. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  692. return {'failed': True, 'msg': 'Unkown state passed'}
  693. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  694. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  695. # pylint: disable=too-many-lines
  696. # noqa: E301,E302,E303,T001
  697. class OpenShiftCLIError(Exception):
  698. '''Exception class for openshiftcli'''
  699. pass
  700. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  701. def locate_oc_binary():
  702. ''' Find and return oc binary file '''
  703. # https://github.com/openshift/openshift-ansible/issues/3410
  704. # oc can be in /usr/local/bin in some cases, but that may not
  705. # be in $PATH due to ansible/sudo
  706. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  707. oc_binary = 'oc'
  708. # Use shutil.which if it is available, otherwise fallback to a naive path search
  709. try:
  710. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  711. if which_result is not None:
  712. oc_binary = which_result
  713. except AttributeError:
  714. for path in paths:
  715. if os.path.exists(os.path.join(path, oc_binary)):
  716. oc_binary = os.path.join(path, oc_binary)
  717. break
  718. return oc_binary
  719. # pylint: disable=too-few-public-methods
  720. class OpenShiftCLI(object):
  721. ''' Class to wrap the command line tools '''
  722. def __init__(self,
  723. namespace,
  724. kubeconfig='/etc/origin/master/admin.kubeconfig',
  725. verbose=False,
  726. all_namespaces=False):
  727. ''' Constructor for OpenshiftCLI '''
  728. self.namespace = namespace
  729. self.verbose = verbose
  730. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  731. self.all_namespaces = all_namespaces
  732. self.oc_binary = locate_oc_binary()
  733. # Pylint allows only 5 arguments to be passed.
  734. # pylint: disable=too-many-arguments
  735. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  736. ''' replace the current object with the content '''
  737. res = self._get(resource, rname)
  738. if not res['results']:
  739. return res
  740. fname = Utils.create_tmpfile(rname + '-')
  741. yed = Yedit(fname, res['results'][0], separator=sep)
  742. changes = []
  743. for key, value in content.items():
  744. changes.append(yed.put(key, value))
  745. if any([change[0] for change in changes]):
  746. yed.write()
  747. atexit.register(Utils.cleanup, [fname])
  748. return self._replace(fname, force)
  749. return {'returncode': 0, 'updated': False}
  750. def _replace(self, fname, force=False):
  751. '''replace the current object with oc replace'''
  752. # We are removing the 'resourceVersion' to handle
  753. # a race condition when modifying oc objects
  754. yed = Yedit(fname)
  755. results = yed.delete('metadata.resourceVersion')
  756. if results[0]:
  757. yed.write()
  758. cmd = ['replace', '-f', fname]
  759. if force:
  760. cmd.append('--force')
  761. return self.openshift_cmd(cmd)
  762. def _create_from_content(self, rname, content):
  763. '''create a temporary file and then call oc create on it'''
  764. fname = Utils.create_tmpfile(rname + '-')
  765. yed = Yedit(fname, content=content)
  766. yed.write()
  767. atexit.register(Utils.cleanup, [fname])
  768. return self._create(fname)
  769. def _create(self, fname):
  770. '''call oc create on a filename'''
  771. return self.openshift_cmd(['create', '-f', fname])
  772. def _delete(self, resource, name=None, selector=None):
  773. '''call oc delete on a resource'''
  774. cmd = ['delete', resource]
  775. if selector is not None:
  776. cmd.append('--selector={}'.format(selector))
  777. elif name is not None:
  778. cmd.append(name)
  779. else:
  780. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  781. return self.openshift_cmd(cmd)
  782. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  783. '''process a template
  784. template_name: the name of the template to process
  785. create: whether to send to oc create after processing
  786. params: the parameters for the template
  787. template_data: the incoming template's data; instead of a file
  788. '''
  789. cmd = ['process']
  790. if template_data:
  791. cmd.extend(['-f', '-'])
  792. else:
  793. cmd.append(template_name)
  794. if params:
  795. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  796. cmd.append('-v')
  797. cmd.extend(param_str)
  798. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  799. if results['returncode'] != 0 or not create:
  800. return results
  801. fname = Utils.create_tmpfile(template_name + '-')
  802. yed = Yedit(fname, results['results'])
  803. yed.write()
  804. atexit.register(Utils.cleanup, [fname])
  805. return self.openshift_cmd(['create', '-f', fname])
  806. def _get(self, resource, name=None, selector=None):
  807. '''return a resource by name '''
  808. cmd = ['get', resource]
  809. if selector is not None:
  810. cmd.append('--selector={}'.format(selector))
  811. elif name is not None:
  812. cmd.append(name)
  813. cmd.extend(['-o', 'json'])
  814. rval = self.openshift_cmd(cmd, output=True)
  815. # Ensure results are retuned in an array
  816. if 'items' in rval:
  817. rval['results'] = rval['items']
  818. elif not isinstance(rval['results'], list):
  819. rval['results'] = [rval['results']]
  820. return rval
  821. def _schedulable(self, node=None, selector=None, schedulable=True):
  822. ''' perform oadm manage-node scheduable '''
  823. cmd = ['manage-node']
  824. if node:
  825. cmd.extend(node)
  826. else:
  827. cmd.append('--selector={}'.format(selector))
  828. cmd.append('--schedulable={}'.format(schedulable))
  829. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  830. def _list_pods(self, node=None, selector=None, pod_selector=None):
  831. ''' perform oadm list pods
  832. node: the node in which to list pods
  833. selector: the label selector filter if provided
  834. pod_selector: the pod selector filter if provided
  835. '''
  836. cmd = ['manage-node']
  837. if node:
  838. cmd.extend(node)
  839. else:
  840. cmd.append('--selector={}'.format(selector))
  841. if pod_selector:
  842. cmd.append('--pod-selector={}'.format(pod_selector))
  843. cmd.extend(['--list-pods', '-o', 'json'])
  844. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  845. # pylint: disable=too-many-arguments
  846. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  847. ''' perform oadm manage-node evacuate '''
  848. cmd = ['manage-node']
  849. if node:
  850. cmd.extend(node)
  851. else:
  852. cmd.append('--selector={}'.format(selector))
  853. if dry_run:
  854. cmd.append('--dry-run')
  855. if pod_selector:
  856. cmd.append('--pod-selector={}'.format(pod_selector))
  857. if grace_period:
  858. cmd.append('--grace-period={}'.format(int(grace_period)))
  859. if force:
  860. cmd.append('--force')
  861. cmd.append('--evacuate')
  862. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  863. def _version(self):
  864. ''' return the openshift version'''
  865. return self.openshift_cmd(['version'], output=True, output_type='raw')
  866. def _import_image(self, url=None, name=None, tag=None):
  867. ''' perform image import '''
  868. cmd = ['import-image']
  869. image = '{0}'.format(name)
  870. if tag:
  871. image += ':{0}'.format(tag)
  872. cmd.append(image)
  873. if url:
  874. cmd.append('--from={0}/{1}'.format(url, image))
  875. cmd.append('-n{0}'.format(self.namespace))
  876. cmd.append('--confirm')
  877. return self.openshift_cmd(cmd)
  878. def _run(self, cmds, input_data):
  879. ''' Actually executes the command. This makes mocking easier. '''
  880. curr_env = os.environ.copy()
  881. curr_env.update({'KUBECONFIG': self.kubeconfig})
  882. proc = subprocess.Popen(cmds,
  883. stdin=subprocess.PIPE,
  884. stdout=subprocess.PIPE,
  885. stderr=subprocess.PIPE,
  886. env=curr_env)
  887. stdout, stderr = proc.communicate(input_data)
  888. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  889. # pylint: disable=too-many-arguments,too-many-branches
  890. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  891. '''Base command for oc '''
  892. cmds = [self.oc_binary]
  893. if oadm:
  894. cmds.append('adm')
  895. cmds.extend(cmd)
  896. if self.all_namespaces:
  897. cmds.extend(['--all-namespaces'])
  898. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  899. cmds.extend(['-n', self.namespace])
  900. if self.verbose:
  901. print(' '.join(cmds))
  902. try:
  903. returncode, stdout, stderr = self._run(cmds, input_data)
  904. except OSError as ex:
  905. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  906. rval = {"returncode": returncode,
  907. "cmd": ' '.join(cmds)}
  908. if output_type == 'json':
  909. rval['results'] = {}
  910. if output and stdout:
  911. try:
  912. rval['results'] = json.loads(stdout)
  913. except ValueError as verr:
  914. if "No JSON object could be decoded" in verr.args:
  915. rval['err'] = verr.args
  916. elif output_type == 'raw':
  917. rval['results'] = stdout if output else ''
  918. if self.verbose:
  919. print("STDOUT: {0}".format(stdout))
  920. print("STDERR: {0}".format(stderr))
  921. if 'err' in rval or returncode != 0:
  922. rval.update({"stderr": stderr,
  923. "stdout": stdout})
  924. return rval
  925. class Utils(object): # pragma: no cover
  926. ''' utilities for openshiftcli modules '''
  927. @staticmethod
  928. def _write(filename, contents):
  929. ''' Actually write the file contents to disk. This helps with mocking. '''
  930. with open(filename, 'w') as sfd:
  931. sfd.write(str(contents))
  932. @staticmethod
  933. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  934. ''' create a file in tmp with name and contents'''
  935. tmp = Utils.create_tmpfile(prefix=rname)
  936. if ftype == 'yaml':
  937. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  938. # pylint: disable=no-member
  939. if hasattr(yaml, 'RoundTripDumper'):
  940. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  941. else:
  942. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  943. elif ftype == 'json':
  944. Utils._write(tmp, json.dumps(data))
  945. else:
  946. Utils._write(tmp, data)
  947. # Register cleanup when module is done
  948. atexit.register(Utils.cleanup, [tmp])
  949. return tmp
  950. @staticmethod
  951. def create_tmpfile_copy(inc_file):
  952. '''create a temporary copy of a file'''
  953. tmpfile = Utils.create_tmpfile('lib_openshift-')
  954. Utils._write(tmpfile, open(inc_file).read())
  955. # Cleanup the tmpfile
  956. atexit.register(Utils.cleanup, [tmpfile])
  957. return tmpfile
  958. @staticmethod
  959. def create_tmpfile(prefix='tmp'):
  960. ''' Generates and returns a temporary file name '''
  961. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  962. return tmp.name
  963. @staticmethod
  964. def create_tmp_files_from_contents(content, content_type=None):
  965. '''Turn an array of dict: filename, content into a files array'''
  966. if not isinstance(content, list):
  967. content = [content]
  968. files = []
  969. for item in content:
  970. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  971. item['data'],
  972. ftype=content_type)
  973. files.append({'name': os.path.basename(item['path']),
  974. 'path': path})
  975. return files
  976. @staticmethod
  977. def cleanup(files):
  978. '''Clean up on exit '''
  979. for sfile in files:
  980. if os.path.exists(sfile):
  981. if os.path.isdir(sfile):
  982. shutil.rmtree(sfile)
  983. elif os.path.isfile(sfile):
  984. os.remove(sfile)
  985. @staticmethod
  986. def exists(results, _name):
  987. ''' Check to see if the results include the name '''
  988. if not results:
  989. return False
  990. if Utils.find_result(results, _name):
  991. return True
  992. return False
  993. @staticmethod
  994. def find_result(results, _name):
  995. ''' Find the specified result by name'''
  996. rval = None
  997. for result in results:
  998. if 'metadata' in result and result['metadata']['name'] == _name:
  999. rval = result
  1000. break
  1001. return rval
  1002. @staticmethod
  1003. def get_resource_file(sfile, sfile_type='yaml'):
  1004. ''' return the service file '''
  1005. contents = None
  1006. with open(sfile) as sfd:
  1007. contents = sfd.read()
  1008. if sfile_type == 'yaml':
  1009. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1010. # pylint: disable=no-member
  1011. if hasattr(yaml, 'RoundTripLoader'):
  1012. contents = yaml.load(contents, yaml.RoundTripLoader)
  1013. else:
  1014. contents = yaml.safe_load(contents)
  1015. elif sfile_type == 'json':
  1016. contents = json.loads(contents)
  1017. return contents
  1018. @staticmethod
  1019. def filter_versions(stdout):
  1020. ''' filter the oc version output '''
  1021. version_dict = {}
  1022. version_search = ['oc', 'openshift', 'kubernetes']
  1023. for line in stdout.strip().split('\n'):
  1024. for term in version_search:
  1025. if not line:
  1026. continue
  1027. if line.startswith(term):
  1028. version_dict[term] = line.split()[-1]
  1029. # horrible hack to get openshift version in Openshift 3.2
  1030. # By default "oc version in 3.2 does not return an "openshift" version
  1031. if "openshift" not in version_dict:
  1032. version_dict["openshift"] = version_dict["oc"]
  1033. return version_dict
  1034. @staticmethod
  1035. def add_custom_versions(versions):
  1036. ''' create custom versions strings '''
  1037. versions_dict = {}
  1038. for tech, version in versions.items():
  1039. # clean up "-" from version
  1040. if "-" in version:
  1041. version = version.split("-")[0]
  1042. if version.startswith('v'):
  1043. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1044. # "v3.3.0.33" is what we have, we want "3.3"
  1045. versions_dict[tech + '_short'] = version[1:4]
  1046. return versions_dict
  1047. @staticmethod
  1048. def openshift_installed():
  1049. ''' check if openshift is installed '''
  1050. import rpm
  1051. transaction_set = rpm.TransactionSet()
  1052. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1053. return rpmquery.count() > 0
  1054. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1055. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1056. @staticmethod
  1057. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1058. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1059. # Currently these values are autogenerated and we do not need to check them
  1060. skip = ['metadata', 'status']
  1061. if skip_keys:
  1062. skip.extend(skip_keys)
  1063. for key, value in result_def.items():
  1064. if key in skip:
  1065. continue
  1066. # Both are lists
  1067. if isinstance(value, list):
  1068. if key not in user_def:
  1069. if debug:
  1070. print('User data does not have key [%s]' % key)
  1071. print('User data: %s' % user_def)
  1072. return False
  1073. if not isinstance(user_def[key], list):
  1074. if debug:
  1075. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1076. return False
  1077. if len(user_def[key]) != len(value):
  1078. if debug:
  1079. print("List lengths are not equal.")
  1080. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1081. print("user_def: %s" % user_def[key])
  1082. print("value: %s" % value)
  1083. return False
  1084. for values in zip(user_def[key], value):
  1085. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1086. if debug:
  1087. print('sending list - list')
  1088. print(type(values[0]))
  1089. print(type(values[1]))
  1090. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1091. if not result:
  1092. print('list compare returned false')
  1093. return False
  1094. elif value != user_def[key]:
  1095. if debug:
  1096. print('value should be identical')
  1097. print(user_def[key])
  1098. print(value)
  1099. return False
  1100. # recurse on a dictionary
  1101. elif isinstance(value, dict):
  1102. if key not in user_def:
  1103. if debug:
  1104. print("user_def does not have key [%s]" % key)
  1105. return False
  1106. if not isinstance(user_def[key], dict):
  1107. if debug:
  1108. print("dict returned false: not instance of dict")
  1109. return False
  1110. # before passing ensure keys match
  1111. api_values = set(value.keys()) - set(skip)
  1112. user_values = set(user_def[key].keys()) - set(skip)
  1113. if api_values != user_values:
  1114. if debug:
  1115. print("keys are not equal in dict")
  1116. print(user_values)
  1117. print(api_values)
  1118. return False
  1119. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1120. if not result:
  1121. if debug:
  1122. print("dict returned false")
  1123. print(result)
  1124. return False
  1125. # Verify each key, value pair is the same
  1126. else:
  1127. if key not in user_def or value != user_def[key]:
  1128. if debug:
  1129. print("value not equal; user_def does not have key")
  1130. print(key)
  1131. print(value)
  1132. if key in user_def:
  1133. print(user_def[key])
  1134. return False
  1135. if debug:
  1136. print('returning true')
  1137. return True
  1138. class OpenShiftCLIConfig(object):
  1139. '''Generic Config'''
  1140. def __init__(self, rname, namespace, kubeconfig, options):
  1141. self.kubeconfig = kubeconfig
  1142. self.name = rname
  1143. self.namespace = namespace
  1144. self._options = options
  1145. @property
  1146. def config_options(self):
  1147. ''' return config options '''
  1148. return self._options
  1149. def to_option_list(self, ascommalist=''):
  1150. '''return all options as a string
  1151. if ascommalist is set to the name of a key, and
  1152. the value of that key is a dict, format the dict
  1153. as a list of comma delimited key=value pairs'''
  1154. return self.stringify(ascommalist)
  1155. def stringify(self, ascommalist=''):
  1156. ''' return the options hash as cli params in a string
  1157. if ascommalist is set to the name of a key, and
  1158. the value of that key is a dict, format the dict
  1159. as a list of comma delimited key=value pairs '''
  1160. rval = []
  1161. for key in sorted(self.config_options.keys()):
  1162. data = self.config_options[key]
  1163. if data['include'] \
  1164. and (data['value'] is not None or isinstance(data['value'], int)):
  1165. if key == ascommalist:
  1166. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1167. else:
  1168. val = data['value']
  1169. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1170. return rval
  1171. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1172. # -*- -*- -*- Begin included fragment: class/oc_adm_csr.py -*- -*- -*-
  1173. class OCcsr(OpenShiftCLI):
  1174. ''' Class to wrap the oc adm certificate command line'''
  1175. kind = 'csr'
  1176. # pylint: disable=too-many-arguments
  1177. def __init__(self,
  1178. nodes=None,
  1179. approve_all=False,
  1180. service_account=None,
  1181. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1182. verbose=False):
  1183. ''' Constructor for oc adm certificate '''
  1184. super(OCcsr, self).__init__(None, kubeconfig, verbose)
  1185. self.service_account = service_account
  1186. self.nodes = self.create_nodes(nodes)
  1187. self._csrs = []
  1188. self.approve_all = approve_all
  1189. self.verbose = verbose
  1190. @property
  1191. def csrs(self):
  1192. '''property for managing csrs'''
  1193. # any processing needed??
  1194. self._csrs = self._get(resource=self.kind)['results'][0]['items']
  1195. return self._csrs
  1196. def create_nodes(self, nodes):
  1197. '''create a node object to track csr signing status'''
  1198. nodes_list = []
  1199. if nodes is None:
  1200. return nodes_list
  1201. results = self._get(resource='nodes')['results'][0]['items']
  1202. for node in nodes:
  1203. nodes_list.append(dict(name=node, csrs={}, accepted=False, denied=False))
  1204. for ocnode in results:
  1205. if node in ocnode['metadata']['name']:
  1206. nodes_list[-1]['accepted'] = True
  1207. return nodes_list
  1208. def get(self):
  1209. '''get the current certificate signing requests'''
  1210. return self.csrs
  1211. @staticmethod
  1212. def action_needed(csr, action):
  1213. '''check to see if csr is in desired state'''
  1214. if csr['status'] == {}:
  1215. return True
  1216. state = csr['status']['conditions'][0]['type']
  1217. if action == 'approve' and state != 'Approved':
  1218. return True
  1219. elif action == 'deny' and state != 'Denied':
  1220. return True
  1221. return False
  1222. def get_csr_request(self, request):
  1223. '''base64 decode the request object and call openssl to determine the
  1224. subject and specifically the CN: from the request
  1225. Output:
  1226. (0, '...
  1227. Subject: O=system:nodes, CN=system:node:ip-172-31-54-54.ec2.internal
  1228. ...')
  1229. '''
  1230. import base64
  1231. return self._run(['openssl', 'req', '-noout', '-text'], base64.b64decode(request))[1]
  1232. def match_node(self, csr):
  1233. '''match an inc csr to a node in self.nodes'''
  1234. for node in self.nodes:
  1235. # we need to match based upon the csr's request certificate's CN
  1236. if node['name'] in self.get_csr_request(csr['spec']['request']):
  1237. node['csrs'][csr['metadata']['name']] = csr
  1238. # check that the username is the node and type is 'Approved'
  1239. if node['name'] in csr['spec']['username'] and csr['status']:
  1240. if csr['status']['conditions'][0]['type'] == 'Approved':
  1241. node['accepted'] = True
  1242. # check type is 'Denied' and mark node as such
  1243. if csr['status'] and csr['status']['conditions'][0]['type'] == 'Denied':
  1244. node['denied'] = True
  1245. return node
  1246. return None
  1247. def finished(self):
  1248. '''determine if there are more csrs to sign'''
  1249. # if nodes is set and we have nodes then return if all nodes are 'accepted'
  1250. if self.nodes is not None and len(self.nodes) > 0:
  1251. return all([node['accepted'] or node['denied'] for node in self.nodes])
  1252. # we are approving everything or we still have nodes outstanding
  1253. return False
  1254. def manage(self, action):
  1255. '''run openshift oc adm ca create-server-cert cmd and store results into self.nodes
  1256. we attempt to verify if the node is one that was given to us to accept.
  1257. action - (allow | deny)
  1258. '''
  1259. results = []
  1260. # There are 2 types of requests:
  1261. # - node-bootstrapper-client-ip-172-31-51-246-ec2-internal
  1262. # The client request allows the client to talk to the api/controller
  1263. # - node-bootstrapper-server-ip-172-31-51-246-ec2-internal
  1264. # The server request allows the server to join the cluster
  1265. # Here we need to determine how to approve/deny
  1266. # we should query the csrs and verify they are from the nodes we thought
  1267. for csr in self.csrs:
  1268. node = self.match_node(csr)
  1269. # oc adm certificate <approve|deny> csr
  1270. # there are 3 known states: Denied, Aprroved, {}
  1271. # verify something is needed by OCcsr.action_needed
  1272. # if approve_all, then do it
  1273. # if you passed in nodes, you must have a node that matches
  1274. if self.approve_all or (node and OCcsr.action_needed(csr, action)):
  1275. result = self.openshift_cmd(['certificate', action, csr['metadata']['name']], oadm=True)
  1276. # client should have service account name in username field
  1277. # server should have node name in username field
  1278. if node and csr['metadata']['name'] not in node['csrs']:
  1279. node['csrs'][csr['metadata']['name']] = csr
  1280. # accept node in cluster
  1281. if node['name'] in csr['spec']['username']:
  1282. node['accepted'] = True
  1283. results.append(result)
  1284. return results
  1285. @staticmethod
  1286. def run_ansible(params, check_mode=False):
  1287. '''run the idempotent ansible code'''
  1288. client = OCcsr(params['nodes'],
  1289. params['approve_all'],
  1290. params['service_account'],
  1291. params['kubeconfig'],
  1292. params['debug'])
  1293. state = params['state']
  1294. api_rval = client.get()
  1295. if state == 'list':
  1296. return {'changed': False, 'results': api_rval, 'state': state}
  1297. if state in ['approve', 'deny']:
  1298. if check_mode:
  1299. return {'changed': True,
  1300. 'msg': "CHECK_MODE: Would have {} the certificate.".format(params['state']),
  1301. 'state': state}
  1302. all_results = []
  1303. finished = False
  1304. timeout = False
  1305. import time
  1306. # loop for timeout or block until all nodes pass
  1307. ctr = 0
  1308. while True:
  1309. all_results.extend(client.manage(params['state']))
  1310. if client.finished():
  1311. finished = True
  1312. break
  1313. if params['timeout'] == 0:
  1314. if not params['approve_all']:
  1315. ctr = 0
  1316. if ctr * 2 > params['timeout']:
  1317. timeout = True
  1318. break
  1319. # This provides time for the nodes to send their csr requests between approvals
  1320. time.sleep(2)
  1321. ctr += 1
  1322. for result in all_results:
  1323. if result['returncode'] != 0:
  1324. return {'failed': True, 'msg': all_results}
  1325. return dict(changed=len(all_results) > 0,
  1326. results=all_results,
  1327. nodes=client.nodes,
  1328. state=state,
  1329. finished=finished,
  1330. timeout=timeout)
  1331. return {'failed': True,
  1332. 'msg': 'Unknown state passed. %s' % state}
  1333. # -*- -*- -*- End included fragment: class/oc_adm_csr.py -*- -*- -*-
  1334. # -*- -*- -*- Begin included fragment: ansible/oc_adm_csr.py -*- -*- -*-
  1335. def main():
  1336. '''
  1337. ansible oc module for approving certificate signing requests
  1338. '''
  1339. module = AnsibleModule(
  1340. argument_spec=dict(
  1341. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1342. state=dict(default='approve', type='str',
  1343. choices=['approve', 'deny', 'list']),
  1344. debug=dict(default=False, type='bool'),
  1345. nodes=dict(default=None, type='list'),
  1346. timeout=dict(default=30, type='int'),
  1347. approve_all=dict(default=False, type='bool'),
  1348. service_account=dict(default='node-bootstrapper', type='str'),
  1349. fail_on_timeout=dict(default=False, type='bool'),
  1350. ),
  1351. supports_check_mode=True,
  1352. mutually_exclusive=[['approve_all', 'nodes']],
  1353. )
  1354. if module.params['nodes'] == []:
  1355. module.fail_json(**dict(failed=True, msg='Please specify hosts.'))
  1356. rval = OCcsr.run_ansible(module.params, module.check_mode)
  1357. # If we timed out then we weren't finished. Fail if user requested to fail.
  1358. if (module.params['timeout'] > 0 and
  1359. module.params['fail_on_timeout'] and
  1360. rval['timeout']):
  1361. return module.fail_json(msg='Timed out accepting certificate signing requests. Failing as requested.', **rval)
  1362. if 'failed' in rval:
  1363. return module.fail_json(**rval)
  1364. return module.exit_json(**rval)
  1365. if __name__ == '__main__':
  1366. main()
  1367. # -*- -*- -*- End included fragment: ansible/oc_adm_csr.py -*- -*- -*-